gst-plugin-bc: update patch to the version thats going upstream
authorKoen Kooi <koen@openembedded.org>
Mon, 8 Mar 2010 14:16:23 +0000 (15:16 +0100)
committerKoen Kooi <koen@openembedded.org>
Mon, 8 Mar 2010 14:17:23 +0000 (15:17 +0100)
recipes/gstreamer/gst-plugin-bc/gst-debug.diff

index e4d278d..d7b3849 100644 (file)
@@ -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,