CVSROOT: /sources/gnash
Module name: gnash
Changes by: Bastiaan Jacques <bjacques> 08/01/21 20:27:22
Modified files:
. : ChangeLog
libmedia/gst : gstflvdemux.c
Log message:
Add a new #define so that this file will compile against older
Gstreamer.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.5450&r2=1.5451
http://cvs.savannah.gnu.org/viewcvs/gnash/libmedia/gst/gstflvdemux.c?cvsroot=gnash&r1=1.1&r2=1.2
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.5450
retrieving revision 1.5451
diff -u -b -r1.5450 -r1.5451
--- ChangeLog 21 Jan 2008 18:57:27 -0000 1.5450
+++ ChangeLog 21 Jan 2008 20:27:21 -0000 1.5451
@@ -1,5 +1,10 @@
2008-01-21 Bastiaan Jacques <[EMAIL PROTECTED]>
+ * libmedia/gst/gstflvdemux.c: Add a new #define so that this file will
+ compile against older Gstreamer.
+
+2008-01-21 Bastiaan Jacques <[EMAIL PROTECTED]>
+
* server/asobj/NetStream.cpp: return undefined for currentFPS if a
nonsensical number results.
* server/asobj/NetStreamGst.cpp: whitespace fixes.
Index: libmedia/gst/gstflvdemux.c
===================================================================
RCS file: /sources/gnash/gnash/libmedia/gst/gstflvdemux.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- libmedia/gst/gstflvdemux.c 21 Jan 2008 07:07:27 -0000 1.1
+++ libmedia/gst/gstflvdemux.c 21 Jan 2008 20:27:22 -0000 1.2
@@ -26,6 +26,10 @@
#include <string.h>
+#ifndef GST_SEGMENT_FORMAT
+#define GST_SEGMENT_FORMAT "Q"
+#endif
+
static GstStaticPadTemplate flv_sink_template = GST_STATIC_PAD_TEMPLATE
("sink",
GST_PAD_SINK,
GST_PAD_ALWAYS,
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit