diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-28 21:19:18 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-28 21:19:18 +0000 |
commit | 37ec4b68506c2e60b399790099157662ced59edf (patch) | |
tree | f1a43ad290120ea1af3ea29b8c2808fc2a7ad6b5 | |
parent | Update to 1.13.94 and jettison private FreeBSD modifications. (diff) |
Actually commit the other patch to fix the build on 4.X.
Notes
Notes:
svn path=/head/; revision=107882
-rw-r--r-- | multimedia/gstreamer-plugins/files/patch-ext_gnomevfs_gstgnomevfssink.c | 11 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins80/files/patch-ext_gnomevfs_gstgnomevfssink.c | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins/files/patch-ext_gnomevfs_gstgnomevfssink.c b/multimedia/gstreamer-plugins/files/patch-ext_gnomevfs_gstgnomevfssink.c new file mode 100644 index 000000000000..592acc2e8ce2 --- /dev/null +++ b/multimedia/gstreamer-plugins/files/patch-ext_gnomevfs_gstgnomevfssink.c @@ -0,0 +1,11 @@ +--- ext/gnomevfs/gstgnomevfssink.c.orig Wed Apr 28 17:16:05 2004 ++++ ext/gnomevfs/gstgnomevfssink.c Wed Apr 28 17:16:20 2004 +@@ -347,7 +347,7 @@ + } + sink->own_handle = TRUE; + } else if (!sink->handle) { +- GST_ELEMENT_ERROR (sink, RESOURCE, FAILED, (_("No filename given")), NULL); ++ GST_ELEMENT_ERROR (sink, RESOURCE, FAILED, (_("No filename given")), (NULL)); + return FALSE; + } + diff --git a/multimedia/gstreamer-plugins80/files/patch-ext_gnomevfs_gstgnomevfssink.c b/multimedia/gstreamer-plugins80/files/patch-ext_gnomevfs_gstgnomevfssink.c new file mode 100644 index 000000000000..592acc2e8ce2 --- /dev/null +++ b/multimedia/gstreamer-plugins80/files/patch-ext_gnomevfs_gstgnomevfssink.c @@ -0,0 +1,11 @@ +--- ext/gnomevfs/gstgnomevfssink.c.orig Wed Apr 28 17:16:05 2004 ++++ ext/gnomevfs/gstgnomevfssink.c Wed Apr 28 17:16:20 2004 +@@ -347,7 +347,7 @@ + } + sink->own_handle = TRUE; + } else if (!sink->handle) { +- GST_ELEMENT_ERROR (sink, RESOURCE, FAILED, (_("No filename given")), NULL); ++ GST_ELEMENT_ERROR (sink, RESOURCE, FAILED, (_("No filename given")), (NULL)); + return FALSE; + } + |