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 [release


From: Bastiaan Jacques
Subject: [Gnash-commit] gnash ChangeLog libmedia/gst/VideoDecoderGst.cpp [release_0_8_2_rc1]
Date: Fri, 22 Feb 2008 18:26:58 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         release_0_8_2_rc1
Changes by:     Bastiaan Jacques <bjacques>     08/02/22 18:26:58

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&only_with_tag=release_0_8_2_rc1&r1=1.5711.2.15&r2=1.5711.2.16
http://cvs.savannah.gnu.org/viewcvs/gnash/libmedia/gst/VideoDecoderGst.cpp?cvsroot=gnash&only_with_tag=release_0_8_2_rc1&r1=1.15&r2=1.15.2.1

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.5711.2.15
retrieving revision 1.5711.2.16
diff -u -b -r1.5711.2.15 -r1.5711.2.16
--- ChangeLog   22 Feb 2008 17:59:24 -0000      1.5711.2.15
+++ ChangeLog   22 Feb 2008 18:26:57 -0000      1.5711.2.16
@@ -1,3 +1,8 @@
+2008-02-21 Bastiaan Jacques <address@hidden>
+
+       * libmedia/gst/VideoDecoderGst.cpp: Be more verbose about a missing
+       gstreamer-ffmpeg.
+
 2008-02-22 Sandro Santilli <address@hidden>
 
        * testsuite/MovieTester.cpp: don't use log_debug for test

Index: libmedia/gst/VideoDecoderGst.cpp
===================================================================
RCS file: /sources/gnash/gnash/libmedia/gst/VideoDecoderGst.cpp,v
retrieving revision 1.15
retrieving revision 1.15.2.1
diff -u -b -r1.15 -r1.15.2.1
--- libmedia/gst/VideoDecoderGst.cpp    19 Feb 2008 19:20:51 -0000      1.15
+++ libmedia/gst/VideoDecoderGst.cpp    22 Feb 2008 18:26:58 -0000      1.15.2.1
@@ -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.15.2.1 2008/02/22 18:26:58 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]