From 6bb25dba0bc3dd622f3c9cf8564e305e0dd3176d Mon Sep 17 00:00:00 2001 From: Stéphane Loeuillet Date: Mon, 13 Dec 2004 12:18:07 +0000 Subject: forgot to add h264 to avidemux caps Original commit message from CVS: forgot to add h264 to avidemux caps --- gst/avi/gstavimux.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gst') diff --git a/gst/avi/gstavimux.c b/gst/avi/gstavimux.c index b1dee2a4..c558c6ad 100644 --- a/gst/avi/gstavimux.c +++ b/gst/avi/gstavimux.c @@ -104,6 +104,10 @@ static GstStaticPadTemplate video_sink_factory = "width = (int) [ 16, 4096 ], " "height = (int) [ 16, 4096 ], " "framerate = (double) [ 0, MAX ]; " + "video/x-h264, " + "width = (int) [ 16, 4096 ], " + "height = (int) [ 16, 4096 ], " + "framerate = (double) [ 0, MAX ]; " "video/x-dv, " "width = (int) 720, " "height = (int) { 576, 480 }, " -- cgit