GNOME Bugzilla – Bug 776420
videoparse: Inconsistent naming of "format" property enums and format field in caps
Last modified: 2017-02-21 05:49:20 UTC
For example: videoparse uses "i422-10le" for GST_VIDEO_FORMAT_I422_10LE and capsfilter strings use "I422_10LE". One of these should be updated to support the other for the sake of consistency (otherwise scripts need to muck around with this). I'd be happy to look at submitting a patch but would need some direction.
Yes, I've been wondering about that as well.
The names come from the GstVideoFormat enum, which is generated by glib-mkenums. Same goes for rawaudioparse. I don't think we can change those because of API stability, so would have to register a new enum that is equivalent but has different nicks for the values. Seems ugly.
Any comments? Otherwise I'd just leave it as is
Juts leave it then I suppose.
Then let's go with that