GNOME Bugzilla – Bug 704009
mpegvideoparse: Use sequence_display_extension values to update the src caps
Last modified: 2013-07-12 12:36:31 UTC
Created attachment 248931 [details] [review] mpegvideoparse: Use sequence_display_extension values to update the src caps The caps should always represent what the user is supposed to see.So if there is a sequence_display_extension associated with the stream then use the display_horizontal_size/display_vertical_size to update the src caps (iff they are less than the values provided by sequence header). reference: https://bugzilla.gnome.org/show_bug.cgi?id=694068
commit 654744a03c807b6c1f7ece6d8316a899237fda11 Author: Sreerenj Balachandran <sreerenj.balachandran@intel.com> Date: Thu Jul 11 17:46:37 2013 +0300 mpegvideoparse: Use sequence_display_extension values to update the src caps The caps should always represent what the user is supposed to see. So if there is a sequence_display_extension associated with the stream then use the display_horizontal_size/display_vertical_size to update the src caps (if they are less than the values provided by sequence header). https://bugzilla.gnome.org/show_bug.cgi?id=704009
Is something like this also needed in h263parse and mpeg4videoparse?
Possible..I am not sure whether the codecparser for mpeg4_2 is parsing all the necessary stuffs for this.