summaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer/files/patch-gst__gstbin.c
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/gstreamer/files/patch-gst__gstbin.c')
-rw-r--r--multimedia/gstreamer/files/patch-gst__gstbin.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/gstreamer/files/patch-gst__gstbin.c b/multimedia/gstreamer/files/patch-gst__gstbin.c
new file mode 100644
index 000000000..edff58ced
--- /dev/null
+++ b/multimedia/gstreamer/files/patch-gst__gstbin.c
@@ -0,0 +1,11 @@
+--- 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