summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Santos <thiagoss@embedded.ufcg.edu.br>2009-04-30 14:43:36 -0300
committerThiago Santos <thiagoss@embedded.ufcg.edu.br>2009-04-30 14:43:36 -0300
commit76aa98549a841d8939859c5a869e66805cdbaa5e (patch)
treeb55983cefabcdeca163d0c24c2dd5cf7937a0a38
parentf5a00b5cb6f0fe85e1d3df4a159d905162d5c78a (diff)
qtmux: changes caps of src pads to video/quicktime, variant=something
Take a look at bug #580005 for further info.
-rw-r--r--gst/qtmux/gstqtmuxmap.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/gst/qtmux/gstqtmuxmap.c b/gst/qtmux/gstqtmuxmap.c
index 9a3bd4f2a..a49726610 100644
--- a/gst/qtmux/gstqtmuxmap.c
+++ b/gst/qtmux/gstqtmuxmap.c
@@ -126,2 +126,3 @@
+/* FIXME 0.11 - take a look at bugs #580005 and #340375 */
GstQTMuxFormatProp gst_qt_mux_format_list[] = {
@@ -133,3 +134,3 @@ GstQTMuxFormatProp gst_qt_mux_format_list[] = {
"GstQTMux",
- GST_STATIC_CAPS ("video/quicktime"),
+ GST_STATIC_CAPS ("video/quicktime, variant = (string) apple"),
GST_STATIC_CAPS ("video/x-raw-rgb, "
@@ -161,3 +162,3 @@ GstQTMuxFormatProp gst_qt_mux_format_list[] = {
"GstMP4Mux",
- GST_STATIC_CAPS ("application/x-iso-mp4"),
+ GST_STATIC_CAPS ("video/quicktime, variant = (string) iso"),
GST_STATIC_CAPS (MPEG4V_CAPS "; " H264_CAPS ";"
@@ -174,3 +175,3 @@ GstQTMuxFormatProp gst_qt_mux_format_list[] = {
"GstGPPMux",
- GST_STATIC_CAPS ("application/x-3gp"),
+ GST_STATIC_CAPS ("video/quicktime, variant = (string) 3gpp"),
GST_STATIC_CAPS (H263_CAPS "; " H264_CAPS),