mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
gst/: remove obsolete _factory_init protos
Original commit message from CVS: * gst/adder/gstadder.h: * gst/audiotestsrc/gstaudiotestsrc.h: remove obsolete _factory_init protos
This commit is contained in:
parent
dd9dbbc678
commit
fae581d596
3 changed files with 8 additions and 4 deletions
|
@ -1,3 +1,9 @@
|
|||
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):
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue