[Xfce4-commits] <parole:master> Move gst enum to parole-gst.h
Sean Davis
noreply at xfce.org
Fri Oct 11 11:52:21 CEST 2013
Updating branch refs/heads/master
to 6e16deee93dbd13996e856dba6529bf7a183b3c1 (commit)
from dea0a2e1675b778b69abffb397622c70938bdccc (commit)
commit 6e16deee93dbd13996e856dba6529bf7a183b3c1
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Sun Sep 15 22:38:48 2013 -0400
Move gst enum to parole-gst.h
src/gst/parole-gst.c | 9 ---------
src/gst/parole-gst.h | 9 +++++++++
src/parole-player.c | 9 ---------
3 files changed, 9 insertions(+), 18 deletions(-)
diff --git a/src/gst/parole-gst.c b/src/gst/parole-gst.c
index acb93c5..922f23e 100644
--- a/src/gst/parole-gst.c
+++ b/src/gst/parole-gst.c
@@ -95,15 +95,6 @@ typedef enum
} GstPlayFlags;
-enum
-{
- GST_DVD_ROOT_MENU,
- GST_DVD_TITLE_MENU,
- GST_DVD_AUDIO_MENU,
- GST_DVD_ANGLE_MENU,
- GST_DVD_CHAPTER_MENU
-};
-
struct ParoleGstPrivate
{
GstElement *playbin;
diff --git a/src/gst/parole-gst.h b/src/gst/parole-gst.h
index f20f95f..1584339 100644
--- a/src/gst/parole-gst.h
+++ b/src/gst/parole-gst.h
@@ -47,6 +47,15 @@ typedef enum
} ParoleAspectRatio;
+enum
+{
+ GST_DVD_ROOT_MENU,
+ GST_DVD_TITLE_MENU,
+ GST_DVD_AUDIO_MENU,
+ GST_DVD_ANGLE_MENU,
+ GST_DVD_CHAPTER_MENU
+};
+
typedef struct ParoleGstPrivate ParoleGstPrivate;
typedef struct
diff --git a/src/parole-player.c b/src/parole-player.c
index 1443671..22b9b6b 100644
--- a/src/parole-player.c
+++ b/src/parole-player.c
@@ -410,15 +410,6 @@ enum
PROP_CLIENT_ID
};
-enum
-{
- GST_DVD_ROOT_MENU,
- GST_DVD_TITLE_MENU,
- GST_DVD_AUDIO_MENU,
- GST_DVD_ANGLE_MENU,
- GST_DVD_CHAPTER_MENU
-};
-
G_DEFINE_TYPE (ParolePlayer, parole_player, G_TYPE_OBJECT)
void parole_show_about (GtkWidget *widget, ParolePlayer *player)
More information about the Xfce4-commits
mailing list