diff options
author | xtraeme <xtraeme> | 2005-10-21 07:44:08 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2005-10-21 07:44:08 +0000 |
commit | bbf22e717df372af45ec08de8a9b7b7d889b40d9 (patch) | |
tree | cdd6157d72a98eac12ea6e0979c49f531a8c45c5 | |
parent | 7288ab7ca36cb568c06c481260cbe7b8461dd442 (diff) | |
download | pkgsrc-bbf22e717df372af45ec08de8a9b7b7d889b40d9.tar.gz |
Modify the xvid plugin to play video/x-divx files.
-rw-r--r-- | multimedia/gst-plugins/distinfo | 3 | ||||
-rw-r--r-- | multimedia/gst-plugins/patches/patch-ah | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/multimedia/gst-plugins/distinfo b/multimedia/gst-plugins/distinfo index 6dad7635e1e..247b00fffc0 100644 --- a/multimedia/gst-plugins/distinfo +++ b/multimedia/gst-plugins/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.26 2005/10/12 21:54:04 jmmv Exp $ +$NetBSD: distinfo,v 1.27 2005/10/21 07:44:08 xtraeme Exp $ SHA1 (gst-plugins-0.8.11.tar.bz2) = 4a9be6b62dd0e8a73616e8e93f7a3ace8aec8c59 RMD160 (gst-plugins-0.8.11.tar.bz2) = 833aec123a52cd0f36ec883c349cc8d69090d749 @@ -8,3 +8,4 @@ SHA1 (patch-ab) = ca6dd27984a020f5a01e14d785e425e8cd219e74 SHA1 (patch-ac) = b40375ef906a77c6819c379ea789f568c2cef907 SHA1 (patch-ae) = 3509dd08d3e010e9eb85c71ae6c42e28f6f9ec2d SHA1 (patch-ag) = 264ef4cb6a4fa8eb65ff55ca1c0947d3566a64b8 +SHA1 (patch-ah) = 9df4c75c56f7fe29279f270ffc1cfa716fae1a98 diff --git a/multimedia/gst-plugins/patches/patch-ah b/multimedia/gst-plugins/patches/patch-ah new file mode 100644 index 00000000000..07ca8505efa --- /dev/null +++ b/multimedia/gst-plugins/patches/patch-ah @@ -0,0 +1,13 @@ +$NetBSD: patch-ah,v 1.1 2005/10/21 07:44:08 xtraeme Exp $ + +--- ext/xvid/gstxviddec.c.orig 2005-10-21 08:44:45.000000000 +0200 ++++ ext/xvid/gstxviddec.c 2005-10-21 08:45:00.000000000 +0200 +@@ -38,7 +38,7 @@ + static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", + GST_PAD_SINK, + GST_PAD_ALWAYS, +- GST_STATIC_CAPS ("video/x-xvid, " ++ GST_STATIC_CAPS ("video/x-divx, " + "width = (int) [ 0, MAX ], " + "height = (int) [ 0, MAX ], " "framerate = (double) [ 0, MAX ]") + ); |