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
@ -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…
x
Reference in New Issue
Block a user