diff options
author | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-12-13 12:18:07 +0000 |
---|---|---|
committer | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-12-13 12:18:07 +0000 |
commit | 6bb25dba0bc3dd622f3c9cf8564e305e0dd3176d (patch) | |
tree | ab15f0350b5248c51d083e5a13d7f617ba02003c /gst/avi/gstavimux.c | |
parent | 2a5d5ee9116ae8b790619cad084a8f01064d0a7f (diff) |
forgot to add h264 to avidemux caps
Original commit message from CVS:
forgot to add h264 to avidemux caps
Diffstat (limited to 'gst/avi/gstavimux.c')
-rw-r--r-- | gst/avi/gstavimux.c | 4 |
1 files changed, 4 insertions, 0 deletions
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 }, " |