mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
gst/gstbin.c: Add missing break.
Original commit message from CVS: * gst/gstbin.c: (gst_bin_sync_children_state): Add missing break.
This commit is contained in:
parent
852fb1eaf2
commit
1a8ff9d37b
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* gst/gstbin.c: (gst_bin_sync_children_state):
|
||||
Add missing break.
|
||||
|
||||
2004-10-09 Zaheer Abbas Merali <zaheerabbas at merali dot org>
|
||||
|
||||
* gst/elements/gstfakesrc.c: (gst_fakesrc_get):
|
||||
|
|
|
@ -1128,6 +1128,7 @@ gst_bin_sync_children_state (GstBin * bin)
|
|||
break;
|
||||
case GST_STATE_FAILURE:
|
||||
ret = GST_STATE_FAILURE;
|
||||
break;
|
||||
default:
|
||||
/* make sure gst_element_set_state never returns this */
|
||||
g_assert_not_reached ();
|
||||
|
|
Loading…
Reference in a new issue