discoverer: Extract video information from caps manually without GstVideoInfo
authorSebastian Dröge <sebastian@centricular.com>
Mon, 28 Nov 2016 08:12:49 +0000 (10:12 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 28 Nov 2016 08:12:49 +0000 (10:12 +0200)
commit4efc15dffb28f03d4042fa36979b8c57bef8a81b
tree6e1903069f58f425102e95e9a059389b4a8c9a9f
parentbd74b102fa9bebb58b8a7e476e12e43e6502fcc0
discoverer: Extract video information from caps manually without GstVideoInfo

The caps might not be fixated (which is required by GstVideoInfo) and we
would assert otherwise. However the caps often contain useful
information in the already-fixed parts that we can use here.
gst-libs/gst/pbutils/gstdiscoverer.c