mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
gst/autodetect/: These are sinks.
Original commit message from CVS: * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init): * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init): These are sinks.
This commit is contained in:
parent
a7d55a0348
commit
71b3c1d542
3 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2005-09-24 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
|
* gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
|
||||||
|
* gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
|
||||||
|
These are sinks.
|
||||||
|
|
||||||
2005-09-24 Thomas Vander Stichele <thomas at apestaart dot org>
|
2005-09-24 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
* check/elements/level.c: (GST_START_TEST):
|
* check/elements/level.c: (GST_START_TEST):
|
||||||
|
|
|
@ -91,6 +91,8 @@ gst_auto_audio_sink_init (GstAutoAudioSink * sink,
|
||||||
gst_element_add_pad (GST_ELEMENT (sink), sink->pad);
|
gst_element_add_pad (GST_ELEMENT (sink), sink->pad);
|
||||||
|
|
||||||
gst_auto_audio_sink_reset (sink);
|
gst_auto_audio_sink_reset (sink);
|
||||||
|
|
||||||
|
GST_FLAG_SET (sink, GST_ELEMENT_IS_SINK);
|
||||||
}
|
}
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
|
|
|
@ -91,6 +91,8 @@ gst_auto_video_sink_init (GstAutoVideoSink * sink,
|
||||||
gst_element_add_pad (GST_ELEMENT (sink), sink->pad);
|
gst_element_add_pad (GST_ELEMENT (sink), sink->pad);
|
||||||
|
|
||||||
gst_auto_video_sink_reset (sink);
|
gst_auto_video_sink_reset (sink);
|
||||||
|
|
||||||
|
GST_FLAG_SET (sink, GST_ELEMENT_IS_SINK);
|
||||||
}
|
}
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
|
|
Loading…
Reference in a new issue