mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +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>
|
2006-11-24 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
* sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
|
* sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
|
||||||
|
|
|
@ -80,7 +80,7 @@ struct _GstAdder {
|
||||||
GstPadEventFunction collect_event;
|
GstPadEventFunction collect_event;
|
||||||
GstSegment segment;
|
GstSegment segment;
|
||||||
gboolean segment_pending;
|
gboolean segment_pending;
|
||||||
guint64 segment_position;
|
guint64 segment_position;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _GstAdderClass {
|
struct _GstAdderClass {
|
||||||
|
@ -88,7 +88,6 @@ struct _GstAdderClass {
|
||||||
};
|
};
|
||||||
|
|
||||||
GType gst_adder_get_type (void);
|
GType gst_adder_get_type (void);
|
||||||
gboolean gst_adder_factory_init (GstElementFactory *factory);
|
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
|
|
|
@ -116,8 +116,7 @@ struct _GstAudioTestSrcClass {
|
||||||
GstBaseSrcClass parent_class;
|
GstBaseSrcClass parent_class;
|
||||||
};
|
};
|
||||||
|
|
||||||
GType gst_audio_test_src_get_type(void);
|
GType gst_audio_test_src_get_type (void);
|
||||||
gboolean gst_audio_test_src_factory_init (GstElementFactory *factory);
|
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue