gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r9945: Don't forget the break inside


From: Bastiaan Jacques
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r9945: Don't forget the break inside switch...
Date: Tue, 07 Oct 2008 00:05:23 +0200
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9945
committer: Bastiaan Jacques <address@hidden>
branch nick: trunk
timestamp: Tue 2008-10-07 00:05:23 +0200
message:
  Don't forget the break inside switch...
modified:
  libmedia/gst/VideoDecoderGst.cpp
=== modified file 'libmedia/gst/VideoDecoderGst.cpp'
--- a/libmedia/gst/VideoDecoderGst.cpp  2008-10-06 19:15:58 +0000
+++ b/libmedia/gst/VideoDecoderGst.cpp  2008-10-06 22:05:23 +0000
@@ -57,6 +57,7 @@
                                       "width", G_TYPE_INT, width,
                                       "height", G_TYPE_INT, height,     
                                       NULL);
+      break;
     case VIDEO_CODEC_VP6A:
       caps = gst_caps_new_simple ("video/x-vp6-alpha",
                                       "width", G_TYPE_INT, width,


reply via email to

[Prev in Thread] Current Thread [Next in Thread]