update to gst-plugins-bad-0.10.11.2 and gst-plugins-good-0.10.14.2

This commit is contained in:
Stephan Raue 2009-05-12 19:34:38 +02:00
parent e66830136c
commit a96da0e28e
5 changed files with 41 additions and 3 deletions

View File

@ -0,0 +1,26 @@
diff -Naur gst-plugins-bad-0.10.11.2/ext/alsaspdif/alsaspdifsink.c gst-plugins-bad-0.10.11.2.patch/ext/alsaspdif/alsaspdifsink.c
--- gst-plugins-bad-0.10.11.2/ext/alsaspdif/alsaspdifsink.c 2009-01-21 11:15:41.000000000 +0100
+++ gst-plugins-bad-0.10.11.2.patch/ext/alsaspdif/alsaspdifsink.c 2009-05-12 02:58:42.000000000 +0200
@@ -313,8 +313,8 @@
result = gst_util_uint64_scale_int (samples, GST_SECOND, sink->rate);
GST_LOG_OBJECT (sink,
- "Samples raw: %d, delay: %d, real: %d, Time: %" GST_TIME_FORMAT, raw,
- delay, samples, GST_TIME_ARGS (result));
+ "Samples raw: %d, delay: %d, real: %d, Time: %" GST_TIME_FORMAT, (int)raw,
+ (int)delay, (int)samples, GST_TIME_ARGS (result));
return result;
}
diff -Naur gst-plugins-bad-0.10.11.2/ext/resindvd/gstmpegdemux.c gst-plugins-bad-0.10.11.2.patch/ext/resindvd/gstmpegdemux.c
--- gst-plugins-bad-0.10.11.2/ext/resindvd/gstmpegdemux.c 2009-05-11 23:18:13.000000000 +0200
+++ gst-plugins-bad-0.10.11.2.patch/ext/resindvd/gstmpegdemux.c 2009-05-12 03:04:47.000000000 +0200
@@ -1207,7 +1207,7 @@
/* We keep the offset of this scr */
demux->last_scr_offset = demux->adapter_offset + 12;
- GST_DEBUG_OBJECT (demux, "SCR: 0x%08x SCRE: 0x%08x", scr, scr_ext);
+ GST_DEBUG_OBJECT (demux, "SCR: 0x%08x SCRE: 0x%08x", (unsigned int)scr, scr_ext);
if (scr_ext) {
scr = (scr * 300 + scr_ext % 300) / 300;

View File

@ -1 +1 @@
http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-0.10.11.tar.bz2
http://gstreamer.freedesktop.org/src/gst-plugins-bad/pre/gst-plugins-bad-0.10.11.2.tar.bz2

View File

@ -0,0 +1,12 @@
diff -Naur gst-plugins-good-0.10.14.2/sys/v4l2/v4l2_calls.c gst-plugins-good-0.10.14.2.patch/sys/v4l2/v4l2_calls.c
--- gst-plugins-good-0.10.14.2/sys/v4l2/v4l2_calls.c 2009-05-11 23:06:23.000000000 +0200
+++ gst-plugins-good-0.10.14.2.patch/sys/v4l2/v4l2_calls.c 2009-05-12 03:15:18.000000000 +0200
@@ -141,7 +141,7 @@
GST_LOG_OBJECT (e, " name: '%s'", input.name);
GST_LOG_OBJECT (e, " type: %08x", input.type);
GST_LOG_OBJECT (e, " audioset: %08x", input.audioset);
- GST_LOG_OBJECT (e, " std: %016x", input.std);
+ GST_LOG_OBJECT (e, " std: %016x", (unsigned int)input.std);
GST_LOG_OBJECT (e, " status: %08x", input.status);
v4l2channel = g_object_new (GST_TYPE_V4L2_TUNER_CHANNEL, NULL);

View File

@ -1 +1 @@
http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-0.10.14.tar.bz2
http://gstreamer.freedesktop.org/src/gst-plugins-good/pre/gst-plugins-good-0.10.14.2.tar.bz2

View File

@ -1 +1 @@
http://gstreamer.freedesktop.org/src/gst-python/gst-python-0.10.15.tar.bz2
http://gstreamer.freedesktop.org/src/gst-python/gst-python-0.10.14.tar.bz2