diff --git a/ChangeLog b/ChangeLog index 316022c062..8a6053bab7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-11-24 Stefan Kost + + * gst/adder/gstadder.h: + * gst/audiotestsrc/gstaudiotestsrc.h: + remove obsolete _factory_init protos + 2006-11-24 Stefan Kost * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc): diff --git a/gst/adder/gstadder.h b/gst/adder/gstadder.h index 33b36a5494..2f14d92120 100644 --- a/gst/adder/gstadder.h +++ b/gst/adder/gstadder.h @@ -80,7 +80,7 @@ struct _GstAdder { GstPadEventFunction collect_event; GstSegment segment; gboolean segment_pending; - guint64 segment_position; + guint64 segment_position; }; struct _GstAdderClass { @@ -88,7 +88,6 @@ struct _GstAdderClass { }; GType gst_adder_get_type (void); -gboolean gst_adder_factory_init (GstElementFactory *factory); G_END_DECLS diff --git a/gst/audiotestsrc/gstaudiotestsrc.h b/gst/audiotestsrc/gstaudiotestsrc.h index d0e921cea6..602333a9e3 100644 --- a/gst/audiotestsrc/gstaudiotestsrc.h +++ b/gst/audiotestsrc/gstaudiotestsrc.h @@ -116,8 +116,7 @@ struct _GstAudioTestSrcClass { GstBaseSrcClass parent_class; }; -GType gst_audio_test_src_get_type(void); -gboolean gst_audio_test_src_factory_init (GstElementFactory *factory); +GType gst_audio_test_src_get_type (void); G_END_DECLS