mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
ext/jpeg/gstjpegdec.c: Make jpegdec quiet on MJPEG decoding
Original commit message from CVS: * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message), (gst_jpegdec_my_emit_message), (gst_jpegdec_init): Make jpegdec quiet on MJPEG decoding * gst/asfdemux/README: Fix mimetypes for MJPEG and H263
This commit is contained in:
parent
0d3cd65322
commit
4641733b1d
2 changed files with 10 additions and 2 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
|
||||||
|
|
||||||
|
* ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
|
||||||
|
(gst_jpegdec_my_emit_message), (gst_jpegdec_init):
|
||||||
|
Make jpegdec quiet on MJPEG decoding
|
||||||
|
* gst/asfdemux/README:
|
||||||
|
Fix mimetypes for MJPEG and H263
|
||||||
|
|
||||||
2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||||
|
|
||||||
* ext/theora/theoradec.c: (theora_dec_chain):
|
* ext/theora/theoradec.c: (theora_dec_chain):
|
||||||
|
|
|
@ -36,8 +36,8 @@ Known stream fourccs are:
|
||||||
|
|
||||||
Type Tags MIME type
|
Type Tags MIME type
|
||||||
------------------------------------------
|
------------------------------------------
|
||||||
H263 H263 I263 video/x-h323
|
H263 H263 I263 video/x-h263
|
||||||
MJPEG MJPG video/jpeg
|
MJPEG MJPG image/jpeg
|
||||||
MPEG4 DIVX divx DX50 video/mpeg
|
MPEG4 DIVX divx DX50 video/mpeg
|
||||||
XVID xvid mp4s
|
XVID xvid mp4s
|
||||||
MP4S M4S2 m4s2
|
MP4S M4S2 m4s2
|
||||||
|
|
Loading…
Reference in a new issue