[Bug 740072] New: h263parse: ignores width/height on the sink pad and produces wrong size
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Nov 13 09:17:01 PST 2014
https://bugzilla.gnome.org/show_bug.cgi?id=740072
GStreamer | gst-plugins-bad | git
Summary: h263parse: ignores width/height on the sink pad and
produces wrong size
Classification: Platform
Product: GStreamer
Version: git
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-bad
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: n770galaxy at gmail.com
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Run the following to reproduce the issue:
gst-launch-1.0 playbin uri=http://samples.mplayerhq.hu/V-codecs/h263/100374.mov
In the sink pad video size is 240x180 and in the src pad is declared 352x288.
The correct size is 240x180 as it's specified in the container.
/GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0/GstDecodeBin:decodebin0/GstH263Parse:h263parse0.GstPad:sink:
caps = "video/x-h263\,\ variant\=\(string\)itu\,\ width\=\(int\)240\,\
height\=\(int\)180\,\ framerate\=\(fraction\)12000/1001\,\
pixel-aspect-ratio\=\(fraction\)1/1"
Redistribute latency...
/GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0/GstDecodeBin:decodebin0/avdec_h263:avdec_h263-0.GstPad:sink:
caps = "video/x-h263\,\ variant\=\(string\)itu\,\ width\=\(int\)352\,\
height\=\(int\)288\,\ framerate\=\(fraction\)12000/1001\,\
pixel-aspect-ratio\=\(fraction\)1/1\,\ parsed\=\(boolean\)true\,\
annex-d\=\(boolean\)true\,\ annex-e\=\(boolean\)false\,\
annex-f\=\(boolean\)false\,\ annex-g\=\(boolean\)false\,\
annex-i\=\(boolean\)false\,\ annex-j\=\(boolean\)false\,\
annex-k\=\(boolean\)false\,\ annex-m\=\(boolean\)false\,\
annex-n\=\(boolean\)false\,\ annex-q\=\(boolean\)false\,\
annex-r\=\(boolean\)false\,\ annex-s\=\(boolean\)false\,\
annex-t\=\(boolean\)false\,\ annex-u\=\(boolean\)false\,\
annex-v\=\(boolean\)false\,\ profile\=\(string\)1"
/GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0/GstDecodeBin:decodebin0/GstH263Parse:h263parse0.GstPad:src:
caps = "video/x-h263\,\ variant\=\(string\)itu\,\ width\=\(int\)352\,\
height\=\(int\)288\,\ framerate\=\(fraction\)12000/1001\,\
pixel-aspect-ratio\=\(fraction\)1/1\,\ parsed\=\(boolean\)true\,\
annex-d\=\(boolean\)true\,\ annex-e\=\(boolean\)false\,\
annex-f\=\(boolean\)false\,\ annex-g\=\(boolean\)false\,\
annex-i\=\(boolean\)false\,\ annex-j\=\(boolean\)false\,\
annex-k\=\(boolean\)false\,\ annex-m\=\(boolean\)false\,\
annex-n\=\(boolean\)false\,\ annex-q\=\(boolean\)false\,\
annex-r\=\(boolean\)false\,\ annex-s\=\(boolean\)false\,\
annex-t\=\(boolean\)false\,\ annex-u\=\(boolean\)false\,\
annex-v\=\(boolean\)false\,\ profile\=\(string\)1"
--
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