[Bug 755885] h264parse: sets incomplete srccaps first

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Dec 6 00:52:50 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=755885

Athanasios Oikonomou <athoik at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |athoik at gmail.com

--- Comment #3 from Athanasios Oikonomou <athoik at gmail.com> ---
The problem is that our sink accepts the following caps:

video/x-h264 width: [ 16, 4096 ] height: [ 16, 4096 ]

Now we are receiving caps without width and height, so the only way to make our
sink happy again is to add additionaly the following cap:

video/x-h264 parsed: true

Is this the correct way to solve problem? 

Here is our sink for embedded STB's:
https://github.com/OpenPLi/gst-plugin-dvbmediasink/tree/gst-1.0

-- 
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