gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog libmedia/gst/VideoDecoderGst.cpp


From: Bastiaan Jacques
Subject: [Gnash-commit] gnash ChangeLog libmedia/gst/VideoDecoderGst.cpp
Date: Tue, 05 Feb 2008 10:50:15 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Bastiaan Jacques <bjacques>     08/02/05 10:50:15

Modified files:
        .              : ChangeLog 
        libmedia/gst   : VideoDecoderGst.cpp 

Log message:
        Use a different ffdec element specific for screenvideo so that older 
gst-ffmpeg
        installations can play it.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.5556&r2=1.5557
http://cvs.savannah.gnu.org/viewcvs/gnash/libmedia/gst/VideoDecoderGst.cpp?cvsroot=gnash&r1=1.11&r2=1.12

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.5556
retrieving revision 1.5557
diff -u -b -r1.5556 -r1.5557
--- ChangeLog   5 Feb 2008 07:39:23 -0000       1.5556
+++ ChangeLog   5 Feb 2008 10:50:14 -0000       1.5557
@@ -1,3 +1,9 @@
+2008-02-05 Bastiaan Jacques <address@hidden>
+
+       * libmedia/gst/VideoDecoderGst.cpp: Use a different ffdec
+       element specific for screenvideo so that older gst-ffmpeg
+       installations can play it.
+
 2008-02-05 Sandro Santilli <address@hidden>
 
        * cygnal/testsuite/.cvsignore,

Index: libmedia/gst/VideoDecoderGst.cpp
===================================================================
RCS file: /sources/gnash/gnash/libmedia/gst/VideoDecoderGst.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- libmedia/gst/VideoDecoderGst.cpp    29 Jan 2008 05:18:33 -0000      1.11
+++ libmedia/gst/VideoDecoderGst.cpp    5 Feb 2008 10:50:15 -0000       1.12
@@ -16,7 +16,7 @@
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-// $Id: VideoDecoderGst.cpp,v 1.11 2008/01/29 05:18:33 bjacques Exp $
+// $Id: VideoDecoderGst.cpp,v 1.12 2008/02/05 10:50:15 bjacques Exp $
 
 #ifdef HAVE_CONFIG_H
 #include "gnashconfig.h"
@@ -65,7 +65,7 @@
       break;      
     case VIDEO_CODEC_SCREENVIDEO:
     case VIDEO_CODEC_SCREENVIDEO2:
-      decoder = gst_element_factory_make ("ffdec_flv", NULL);
+      decoder = gst_element_factory_make ("ffdec_flashsv", NULL);
       caps = gst_caps_new_simple ("video/x-flash-screen",
                                       "width", G_TYPE_INT, width,
                                       "height", G_TYPE_INT, height,




reply via email to

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