Original commit message from CVS:
* gst/adder/gstadder.h:
* gst/audiotestsrc/gstaudiotestsrc.h:
remove obsolete _factory_init protos
+2006-11-24 Stefan Kost <ensonic@users.sf.net>
+
+ * gst/adder/gstadder.h:
+ * gst/audiotestsrc/gstaudiotestsrc.h:
+ remove obsolete _factory_init protos
+
2006-11-24 Stefan Kost <ensonic@users.sf.net>
* sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
GstPadEventFunction collect_event;
GstSegment segment;
gboolean segment_pending;
- guint64 segment_position;
+ guint64 segment_position;
};
struct _GstAdderClass {
};
GType gst_adder_get_type (void);
-gboolean gst_adder_factory_init (GstElementFactory *factory);
G_END_DECLS
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