mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
ext/gconf/gstswitchsink.c: Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
Original commit message from CVS: * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset): Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
This commit is contained in:
parent
943584e0ff
commit
1642f31fb9
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-03-05 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
|
||||
Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
|
||||
|
||||
2007-03-04 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* po/POTFILES.in:
|
||||
|
|
|
@ -83,6 +83,7 @@ gst_switch_sink_reset (GstSwitchSink * sink)
|
|||
if (sink->kid == NULL) {
|
||||
gst_switch_sink_set_child (sink, NULL);
|
||||
}
|
||||
GST_OBJECT_FLAG_SET (sink, GST_ELEMENT_IS_SINK);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue