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:
Edward Hervey 2006-02-12 14:26:55 +00:00
parent 6a22f9115b
commit 50951316a5
2 changed files with 6 additions and 1 deletions

View file

@ -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>
* sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):

View file

@ -1406,7 +1406,7 @@ prepare_output (GstPlayBaseBin * play_base_bin)
{
const GList *item;
gboolean stream_found = FALSE, no_media = FALSE;
gboolean got_video = FALSE, got_subtitle = FALSE;;
gboolean got_video = FALSE, got_subtitle = FALSE;
GstPlayBaseGroup *group;
group = get_active_group (play_base_bin);