diff options
Diffstat (limited to 'multimedia/gstreamer/files/patch-plugins_elements_gstfilesrc.c')
-rw-r--r-- | multimedia/gstreamer/files/patch-plugins_elements_gstfilesrc.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/multimedia/gstreamer/files/patch-plugins_elements_gstfilesrc.c b/multimedia/gstreamer/files/patch-plugins_elements_gstfilesrc.c deleted file mode 100644 index b1513ade714c..000000000000 --- a/multimedia/gstreamer/files/patch-plugins_elements_gstfilesrc.c +++ /dev/null @@ -1,13 +0,0 @@ ---- plugins/elements/gstfilesrc.c.orig 2009-07-14 11:54:05.000000000 +0200 -+++ plugins/elements/gstfilesrc.c 2009-08-05 09:23:45.000000000 +0200 -@@ -585,8 +585,8 @@ gst_file_src_map_region (GstFileSrc * sr - - g_return_val_if_fail (offset >= 0, NULL); - -- GST_LOG_OBJECT (src, "mapping region %08llx+%08lx from file into memory", -- offset, (gulong) size); -+ GST_LOG_OBJECT (src, "mapping region %08lx+%08lx from file into memory", -+ (gulong) offset, (gulong) size); - - mmapregion = mmap (NULL, size, PROT_READ, MAP_SHARED, src->fd, offset); - |