GNOME Bugzilla – Bug 712328
matroskademux: Use GstVideoInfo helper to create caps for raw video
Last modified: 2013-11-26 11:36:12 UTC
This patch makes use of GstVideoInfo to create caps for raw video. This way it sets default values for mandatory field of raw video caps.
Created attachment 259836 [details] [review] matroskademux: Use GstVideoInfo helper to create caps for raw video This way we do not miss mandatory fields in caps.
Would be nice to fix the description field of GstVideoFormatInfo and use that, what do you think ?
Created attachment 259838 [details] [review] matroskademux: Use GstVideoInfo helper to create caps for raw video This way we do not miss mandatory fields in caps. At the same time use the gst_pb_utils_get_codec_description helper to get codec description.
Attachment 259838 [details] pushed as 6ff7522 - matroskademux: Use GstVideoInfo helper to create caps for raw video