mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-13 23:22:54 +00:00
use video/x-dv as mime type, not video/dv (now i can go to sleep)
Original commit message from CVS: use video/x-dv as mime type, not video/dv (now i can go to sleep)
This commit is contained in:
parent
de518b6888
commit
10415ff400
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ gst_ffmpeg_codecid_to_caps (enum CodecID codec_id,
|
|||
break;
|
||||
|
||||
case CODEC_ID_DVVIDEO:
|
||||
caps = GST_FF_VID_CAPS_NEW ("video/dv", NULL);
|
||||
caps = GST_FF_VID_CAPS_NEW ("video/x-dv", NULL);
|
||||
break;
|
||||
|
||||
case CODEC_ID_WMAV1:
|
||||
|
|
Loading…
Reference in a new issue