[Bug 741391] mpeg4 can also be wrapped in a ps

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Dec 12 12:33:13 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=741391
  GStreamer | gst-plugins-bad | git

--- Comment #4 from Marc Leeman <marc.leeman at gmail.com> 2014-12-12 20:33:09 UTC ---
mleeman at zee:/home/firmware/mleeman/Development/gstreamer-build-debian/gstreamer-1.4.3/gst-plugins-bad/debian/patches$
cat 03-mpegpsdemux-supports-MPEG4-too.patch 
>From 7aac15e6ea489c5e2054aadf4a2c0e61948fdce7 Mon Sep 17 00:00:00 2001
From: Marc Leeman <marc.leeman at gmail.com>
Date: Thu, 11 Dec 2014 12:25:11 +0100
Subject: [PATCH] mpegpsdemux supports MPEG4 too

---
 gst/mpegdemux/gstmpegdemux.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gst/mpegdemux/gstmpegdemux.c b/gst/mpegdemux/gstmpegdemux.c
index a337672..e9c2b2b 100644
--- a/gst/mpegdemux/gstmpegdemux.c
+++ b/gst/mpegdemux/gstmpegdemux.c
@@ -98,7 +98,7 @@ static GstStaticPadTemplate sink_template =
GST_STATIC_PAD_TEMPLATE ("sink",
     GST_PAD_SINK,
     GST_PAD_ALWAYS,
     GST_STATIC_CAPS ("video/mpeg, "
-        "mpegversion = (int) { 1, 2 }, "
+        "mpegversion = (int) { 1, 2, 4 }, "
         "systemstream = (boolean) TRUE;" "video/x-cdxa")
     );

-- 
2.1.3

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list