diff options
Diffstat (limited to 'multimedia/gstreamer/files/patch-gst__gstbin.c')
-rw-r--r-- | multimedia/gstreamer/files/patch-gst__gstbin.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/multimedia/gstreamer/files/patch-gst__gstbin.c b/multimedia/gstreamer/files/patch-gst__gstbin.c deleted file mode 100644 index edff58ced..000000000 --- a/multimedia/gstreamer/files/patch-gst__gstbin.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gst/gstbin.c.orig Tue Apr 18 21:12:49 2006 -+++ gst/gstbin.c Tue Apr 18 21:39:56 2006 -@@ -2406,7 +2406,7 @@ - { - gint ret; - -- if (G_TYPE_CHECK_INSTANCE_TYPE (element, GPOINTER_TO_INT (interface))) { -+ if (G_TYPE_CHECK_INSTANCE_TYPE (element, (GType)interface)) { - ret = 0; - } else { - /* we did not find the element, need to release the ref |