ds gst-plugins-bad: gst-plugins-bad/ gst-plugins-bad/gst/qtmux/
[email protected] Fri, 9 Jan 2009 14:00:03 -0800 (PST)
| Newsgroups | gmane.comp.video.gstreamer.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVS Root: /cvs/gstreamer
Module: gst-plugins-bad
Changes by: ds
Date: Fri Jan 09 2009 22:00:03 UTC
Log message:
* gst/qtmux/gstqtmuxmap.c: Add video/x-qt-part and video/x-m4-part
to caps so schroenc/schroparse can use it. Fixes #566958
Modified files:
. : ChangeLog
gst/qtmux : gstqtmuxmap.c
Links:
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-bad/ChangeLog.diff?r1=1.3868&r2=1.3869
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-bad/gst/qtmux/gstqtmuxmap.c.diff?r1=1.5&r2=1.6
====Begin Diffs====
Index: ChangeLog
===================================================================
RCS file: /cvs/gstreamer/gst-plugins-bad/ChangeLog,v
retrieving revision 1.3868
retrieving revision 1.3869
diff -u -d -r1.3868 -r1.3869
--- ChangeLog 9 Jan 2009 16:49:55 -0000 1.3868
+++ ChangeLog 9 Jan 2009 21:59:47 -0000 1.3869
@@ -1,3 +1,8 @@
+2009-01-09 David Schleef <[email protected]>
+
+ * gst/qtmux/gstqtmuxmap.c: Add video/x-qt-part and video/x-m4-part
+ to caps so schroenc/schroparse can use it. Fixes #566958
2009-01-09 Jan Schmidt <[email protected]>
* ext/resindvd/resindvdsrc.c:
Index: gstqtmuxmap.c
RCS file: /cvs/gstreamer/gst-plugins-bad/gst/qtmux/gstqtmuxmap.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- gstqtmuxmap.c 19 Dec 2008 18:33:46 -0000 1.5
+++ gstqtmuxmap.c 9 Jan 2009 21:59:48 -0000 1.6
@@ -135,7 +135,8 @@
"systemstream = (boolean) false, "
COMMON_VIDEO_CAPS "; "
"image/jpeg, "
- COMMON_VIDEO_CAPS_NO_FRAMERATE "; " "video/x-qt-part"),
+ COMMON_VIDEO_CAPS_NO_FRAMERATE "; "
+ "video/x-qt-part, " COMMON_VIDEO_CAPS),
GST_STATIC_CAPS (PCM_CAPS_FULL "; "
MP3_CAPS " ; "
AAC_CAPS " ; "
@@ -153,7 +154,8 @@
"GstMP4Mux",
/* FIXME does not feel right, due to qt caps mess */
GST_STATIC_CAPS ("video/quicktime"),
- GST_STATIC_CAPS (MPEG4V_CAPS "; " H264_CAPS),
+ GST_STATIC_CAPS (MPEG4V_CAPS "; " H264_CAPS ";"
+ "video/x-mp4-part," COMMON_VIDEO_CAPS),
GST_STATIC_CAPS (MP3_CAPS "; " AAC_CAPS)
}
,
------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB