mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
gst/playback/gstplaybasebin.c: Remove stray semi-colon (fixes #330888).
Original commit message from CVS: * gst/playback/gstplaybasebin.c: (prepare_output): Remove stray semi-colon (fixes #330888).
This commit is contained in:
parent
6a22f9115b
commit
50951316a5
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2006-02-12 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
|
* gst/playback/gstplaybasebin.c: (prepare_output):
|
||||||
|
Remove stray semi-colon (fixes #330888).
|
||||||
|
|
||||||
2006-02-12 Jan Schmidt <thaytan@mad.scientist.com>
|
2006-02-12 Jan Schmidt <thaytan@mad.scientist.com>
|
||||||
|
|
||||||
* sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
|
* sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
|
||||||
|
|
|
@ -1406,7 +1406,7 @@ prepare_output (GstPlayBaseBin * play_base_bin)
|
||||||
{
|
{
|
||||||
const GList *item;
|
const GList *item;
|
||||||
gboolean stream_found = FALSE, no_media = FALSE;
|
gboolean stream_found = FALSE, no_media = FALSE;
|
||||||
gboolean got_video = FALSE, got_subtitle = FALSE;;
|
gboolean got_video = FALSE, got_subtitle = FALSE;
|
||||||
GstPlayBaseGroup *group;
|
GstPlayBaseGroup *group;
|
||||||
|
|
||||||
group = get_active_group (play_base_bin);
|
group = get_active_group (play_base_bin);
|
||||||
|
|
Loading…
Reference in a new issue