[oe-commits] Koen Kooi : gst-plugin-bc: update patch to the version thats going upstream

git version control git at git.openembedded.org
Mon Mar 8 15:36:58 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: d2fc55223a375e47c203d777f8517c870ceb5e65
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d2fc55223a375e47c203d777f8517c870ceb5e65

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Mar  8 15:16:23 2010 +0100

gst-plugin-bc: update patch to the version thats going upstream

---

 recipes/gstreamer/gst-plugin-bc/gst-debug.diff |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/gstreamer/gst-plugin-bc/gst-debug.diff b/recipes/gstreamer/gst-plugin-bc/gst-debug.diff
index e4d278d..d7b3849 100644
--- 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,





More information about the Openembedded-commits mailing list