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: Fri, 22 Feb 2008 18:28:32 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Bastiaan Jacques <bjacques>     08/02/22 18:28:32

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

Log message:
        Be more verbose about a missing gstreamer-ffmpeg.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.5729&r2=1.5730
http://cvs.savannah.gnu.org/viewcvs/gnash/libmedia/gst/VideoDecoderGst.cpp?cvsroot=gnash&r1=1.15&r2=1.16

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.5729
retrieving revision 1.5730
diff -u -b -r1.5729 -r1.5730
--- ChangeLog   22 Feb 2008 17:55:37 -0000      1.5729
+++ ChangeLog   22 Feb 2008 18:28:31 -0000      1.5730
@@ -4,6 +4,11 @@
 
 2008-02-20 Bastiaan Jacques <address@hidden>
 
+       * libmedia/gst/VideoDecoderGst.cpp: Be more verbose about a missing
+       gstreamer-ffmpeg.
+
+2008-02-20 Bastiaan Jacques <address@hidden>
+
        * configure.ac: Check for gst_install_plugins_async, since that's the
        function we really need.
        * server/asobj/NetStreamGst.cpp: Only use

Index: libmedia/gst/VideoDecoderGst.cpp
===================================================================
RCS file: /sources/gnash/gnash/libmedia/gst/VideoDecoderGst.cpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- libmedia/gst/VideoDecoderGst.cpp    19 Feb 2008 19:20:51 -0000      1.15
+++ libmedia/gst/VideoDecoderGst.cpp    22 Feb 2008 18:28:31 -0000      1.16
@@ -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.15 2008/02/19 19:20:51 bwy Exp $
+// $Id: VideoDecoderGst.cpp,v 1.16 2008/02/22 18:28:31 bjacques Exp $
 
 #ifdef HAVE_CONFIG_H
 #include "gnashconfig.h"
@@ -84,7 +84,9 @@
   }
   
   if (!decoder) {
-    log_error(_("failed to initialize the video decoder. Bailing out."));
+    log_error(_("failed to initialize the video decoder. Embedded video "
+                "playback will not be available; consider installing "
+                "gstreamer-ffmpeg."));
     gst_object_unref (GST_OBJECT (_pipeline));
     _pipeline = NULL;
     return;




reply via email to

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