summaryrefslogtreecommitdiffstats
path: root/ext/gconf/gstgconfvideosink.h
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-08-03 17:18:31 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-08-03 17:18:31 +0000
commit7e8df65cc2df0ddea9e943245c0ed0402306a50a (patch)
tree0a63e4d6c2a04496e89d11338d5c81838f78b7c8 /ext/gconf/gstgconfvideosink.h
parent1b23cf61a855bd39ba822f1a179dcd479b0ef6b5 (diff)
Use new ghostpad API; now they actually work in Totem, also.
Original commit message from CVS: * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init), (do_toggle_element), (cb_toggle_element), (gst_gconf_audio_sink_change_state): * ext/gconf/gstgconfaudiosink.h: * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset), (gst_gconf_video_sink_init), (do_toggle_element), (cb_toggle_element), (gst_gconf_video_sink_change_state): * ext/gconf/gstgconfvideosink.h: * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset), (gst_auto_audio_sink_init), (gst_auto_audio_sink_detect), (gst_auto_audio_sink_change_state): * gst/autodetect/gstautoaudiosink.h: * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset), (gst_auto_video_sink_init), (gst_auto_video_sink_detect), (gst_auto_video_sink_change_state): * gst/autodetect/gstautovideosink.h: Use new ghostpad API; now they actually work in Totem, also.
Diffstat (limited to 'ext/gconf/gstgconfvideosink.h')
-rw-r--r--ext/gconf/gstgconfvideosink.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/gconf/gstgconfvideosink.h b/ext/gconf/gstgconfvideosink.h
index 2aa46758..9bd0bfbe 100644
--- a/ext/gconf/gstgconfvideosink.h
+++ b/ext/gconf/gstgconfvideosink.h
@@ -45,7 +45,6 @@ typedef struct _GstGConfVideoSink {
GConfClient *client;
GstElement *kid;
GstPad *pad;
- gboolean init;
} GstGConfVideoSink;
typedef struct _GstGConfVideoSinkClass {