git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc4226e
)
gst-plugin-bc: update patch to the version thats going upstream
author
Koen Kooi
<koen@openembedded.org>
Mon, 8 Mar 2010 14:16:23 +0000
(15:16 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Mon, 8 Mar 2010 14:17:23 +0000
(15:17 +0100)
recipes/gstreamer/gst-plugin-bc/gst-debug.diff
patch
|
blob
|
history
diff --git
a/recipes/gstreamer/gst-plugin-bc/gst-debug.diff
b/recipes/gstreamer/gst-plugin-bc/gst-debug.diff
index
e4d278d
..
d7b3849
100644
(file)
--- a/
recipes/gstreamer/gst-plugin-bc/gst-debug.diff
+++ b/
recipes/gstreamer/gst-plugin-bc/gst-debug.diff
@@
-5,7
+5,7
@@
gst_player_seek (GstPlayer * self, gint value)
{
- GST_DEBUG ("seek: %lu", value);
-+
// GST_DEBUG ("seek: %lu
", value);
++
GST_DEBUG ("seek: %d
", value);
gst_element_seek (self->pipeline, 1.0,
GST_FORMAT_TIME,
SEEK_FLAGS,
@@
-14,7
+14,7
@@
gst_player_seek_absolute (GstPlayer * self, guint64 value)
{
- GST_DEBUG ("absolute: %lu", value);
-+
// GST_DEBUG ("absolute: %lu"
, value);
++
GST_DEBUG ("absolute: %"G_GUINT64_FORMAT
, value);
gst_element_seek (self->pipeline, 1.0,
GST_FORMAT_TIME,
SEEK_FLAGS,