summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago Santos <thiagoss@embedded.ufcg.edu.br>2009-04-24 18:53:36 -0300
committerDave Robillard <dave@drobilla.net>2009-05-03 12:03:17 -0400
commit5b4d0d5c19e9cd1c9f7277612698522cb575879d (patch)
tree99fcda2ddb16fc24c181f09d068fcd7b4534a839
parentac9f3ba483d12caa216158e7dabdc251a9474c65 (diff)
downloadgst-plugins-bad-5b4d0d5c19e9cd1c9f7277612698522cb575879d.tar.gz
gst-plugins-bad-5b4d0d5c19e9cd1c9f7277612698522cb575879d.tar.bz2
gst-plugins-bad-5b4d0d5c19e9cd1c9f7277612698522cb575879d.zip
mp4mux: Changes src caps to application/x-iso-mp4
Fixes #580005
-rw-r--r--gst/qtmux/gstqtmuxmap.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gst/qtmux/gstqtmuxmap.c b/gst/qtmux/gstqtmuxmap.c
index 9b6ae581..9a3bd4f2 100644
--- a/gst/qtmux/gstqtmuxmap.c
+++ b/gst/qtmux/gstqtmuxmap.c
@@ -159,8 +159,7 @@ GstQTMuxFormatProp gst_qt_mux_format_list[] = {
"mp4mux",
"MP4",
"GstMP4Mux",
- /* FIXME does not feel right, due to qt caps mess */
- GST_STATIC_CAPS ("video/quicktime"),
+ GST_STATIC_CAPS ("application/x-iso-mp4"),
GST_STATIC_CAPS (MPEG4V_CAPS "; " H264_CAPS ";"
"video/x-mp4-part," COMMON_VIDEO_CAPS),
GST_STATIC_CAPS (MP3_CAPS "; " AAC_CAPS)