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:
Wim Taymans 2005-09-24 13:10:52 +00:00
parent a7d55a0348
commit 71b3c1d542
3 changed files with 10 additions and 0 deletions

View file

@ -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>
* check/elements/level.c: (GST_START_TEST):

View file

@ -91,6 +91,8 @@ gst_auto_audio_sink_init (GstAutoAudioSink * sink,
gst_element_add_pad (GST_ELEMENT (sink), sink->pad);
gst_auto_audio_sink_reset (sink);
GST_FLAG_SET (sink, GST_ELEMENT_IS_SINK);
}
static gboolean

View file

@ -91,6 +91,8 @@ gst_auto_video_sink_init (GstAutoVideoSink * sink,
gst_element_add_pad (GST_ELEMENT (sink), sink->pad);
gst_auto_video_sink_reset (sink);
GST_FLAG_SET (sink, GST_ELEMENT_IS_SINK);
}
static gboolean