diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-04-29 23:03:03 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-04-29 23:03:03 +0000 |
commit | d8e1e16e64701b6d51c9402ad779fd5560b8ce51 (patch) | |
tree | 266f139932061c245ade2aa3ef5c087c802dc5e3 /multimedia/gstreamer/files/patch-gst__gstbin.c | |
parent | - Update to 1.0.0 (diff) |
- Update gstreamer to 0.10
- Move all old gstreamer 0.8 ports to gstreamer*80 [1]
- Chase all ports with new gstreamer or gstreaemer moves
Repocopied by: marcus [1]
Diffstat (limited to 'multimedia/gstreamer/files/patch-gst__gstbin.c')
-rw-r--r-- | multimedia/gstreamer/files/patch-gst__gstbin.c | 11 |
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 000000000000..edff58cedd14 --- /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 |