[Bug 683142] h264parse: should proxy demuxer width+height (incorrectly reports Canon MOV resolution as 1920x1088 instead of 1920x1080)
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Sun Oct 21 09:32:22 PDT 2012
https://bugzilla.gnome.org/show_bug.cgi?id=683142
GStreamer | gst-plugins-bad | git
Tim-Philipp Müller <t.i.m> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
CC| |t.i.m at zen.co.uk
Version|0.11.x |git
Summary|h264parse incorrectly |h264parse: should proxy
|reports Canon MOV |demuxer width+height
|resolution as 1920x1088 |(incorrectly reports Canon
| |MOV resolution as 1920x1088
| |instead of 1920x1080)
Ever Confirmed|0 |1
Severity|normal |major
--- Comment #3 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2012-10-21 16:32:17 UTC ---
Still an issue with 1.0.x git. The parser needs to proxy the width/height
received from the demuxer, which indicates the resolution to crop to.
GstH264Parse:h264parse0.GstPad:sink: caps = video/x-h264, ... width=(int)1920,
height=(int)1080, ...
avdec_h264:avdec_h264-0.GstPad:sink: caps = video/x-h264, ... width=(int)1920,
height=(int)1088, ...
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list