gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog libmedia/gst/gstflvdemux.h [release_0_8_2


From: Bastiaan Jacques
Subject: [Gnash-commit] gnash ChangeLog libmedia/gst/gstflvdemux.h [release_0_8_2_rc1]
Date: Wed, 27 Feb 2008 23:37:38 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         release_0_8_2_rc1
Changes by:     Bastiaan Jacques <bjacques>     08/02/27 23:37:38

Modified files:
        .              : ChangeLog 
        libmedia/gst   : gstflvdemux.h 

Log message:
        Make extra sure our own FLV demuxer is loaded in favor of a potentially 
system-installed one.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&only_with_tag=release_0_8_2_rc1&r1=1.5711.2.30&r2=1.5711.2.31
http://cvs.savannah.gnu.org/viewcvs/gnash/libmedia/gst/gstflvdemux.h?cvsroot=gnash&only_with_tag=release_0_8_2_rc1&r1=1.1&r2=1.1.2.1

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.5711.2.30
retrieving revision 1.5711.2.31
diff -u -b -r1.5711.2.30 -r1.5711.2.31
--- ChangeLog   27 Feb 2008 20:55:00 -0000      1.5711.2.30
+++ ChangeLog   27 Feb 2008 23:37:37 -0000      1.5711.2.31
@@ -1,5 +1,10 @@
 2008-02-27 Bastiaan Jacques <address@hidden>
 
+       * libmedia/gst/gstflvdemux.h: Make extra sure our own FLV demuxer is
+       loaded in favor of a potentially system-installed one.
+
+2008-02-27 Bastiaan Jacques <address@hidden>
+
        * libmedia/Makefile.am: Remove MediaDecoder* from the build, since
        they are unused and unmaintained.
        * libmedia/VideoDecoder.h: Revise the VideoDecoder interface, closely

Index: libmedia/gst/gstflvdemux.h
===================================================================
RCS file: /sources/gnash/gnash/libmedia/gst/gstflvdemux.h,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -b -r1.1 -r1.1.2.1
--- libmedia/gst/gstflvdemux.h  21 Jan 2008 07:07:27 -0000      1.1
+++ libmedia/gst/gstflvdemux.h  27 Feb 2008 23:37:38 -0000      1.1.2.1
@@ -23,6 +23,9 @@
 #include <gst/gst.h>
 #include <gst/base/gstadapter.h>
 
+#define GstFLVDemux GstGnashFLVDemux
+#define GstFLVDemuxClass GstGnashFLVDemuxClass
+
 G_BEGIN_DECLS
 #define GST_TYPE_FLV_DEMUX \
   (gst_flv_demux_get_type())




reply via email to

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