242def5068
gst-plugins0.8 and gst-plugins0.8-* respectively. This is to leave room for gstreamer 0.10 (which will be added with versioned names too, to avoid annoying renames in the future). While here, do some changes: - Make gstreamer0.8 use the alternatives system to provide the unversioned gst-* utilities. - Rename all internal variables to have 0.8 in them to make it clear which package they belong to.
13 lines
519 B
Text
13 lines
519 B
Text
$NetBSD: patch-ah,v 1.1 2006/01/18 12:44:03 jmmv 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 ]")
|
|
);
|