summaryrefslogtreecommitdiffstats
path: root/ext/jpeg/gstsmokeenc.c
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-10-18 14:02:51 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-10-18 14:02:51 +0000
commitb4642384970c226f7d9d9bb22579caeb3bd323c8 (patch)
treee634c0d2643c88eff5153f3cd7dd1c2af21e7f86 /ext/jpeg/gstsmokeenc.c
parent85f417a19a36bec5ddc1fb839be0850a2bcfd33f (diff)
ext/: Fix mimetype on smoke encoder.
Original commit message from CVS: * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps), (gst_dvdec_video_link), (gst_dvdec_push): * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init), (gst_smokeenc_resync), (gst_smokeenc_chain): Fix mimetype on smoke encoder. Add aspect ratio to dvdec. Not sure if these values are correct though....
Diffstat (limited to 'ext/jpeg/gstsmokeenc.c')
-rw-r--r--ext/jpeg/gstsmokeenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/jpeg/gstsmokeenc.c b/ext/jpeg/gstsmokeenc.c
index 212a8bcc..d56037b9 100644
--- a/ext/jpeg/gstsmokeenc.c
+++ b/ext/jpeg/gstsmokeenc.c
@@ -114,7 +114,7 @@ static GstStaticPadTemplate gst_smokeenc_src_pad_template =
GST_STATIC_PAD_TEMPLATE ("src",
GST_PAD_SRC,
GST_PAD_ALWAYS,
- GST_STATIC_CAPS ("image/x-smoke, "
+ GST_STATIC_CAPS ("video/x-smoke, "
"width = (int) [ 16, 4096 ], "
"height = (int) [ 16, 4096 ], " "framerate = (double) [ 1, MAX ]")
);