From 8d86f3487111429a72d3d18aee1857ed62539255 Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Mon, 22 Feb 2010 19:38:15 -0300 Subject: [PATCH] qtmux: Rename 'avc-sample' to 'avc' in caps Fixes #606662 --- gst/quicktime/gstqtmuxmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/quicktime/gstqtmuxmap.c b/gst/quicktime/gstqtmuxmap.c index ce1feb4aad..5fdf339919 100644 --- a/gst/quicktime/gstqtmuxmap.c +++ b/gst/quicktime/gstqtmuxmap.c @@ -62,7 +62,7 @@ #define H264_CAPS \ "video/x-h264, " \ - "stream-format = (string) avc-sample, " \ + "stream-format = (string) avc, " \ COMMON_VIDEO_CAPS #define MPEG4V_CAPS \