[Bug 751475] New: encodebin: Expose more specific sink template caps.
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Jun 24 20:40:22 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=751475
Bug ID: 751475
Summary: encodebin: Expose more specific sink template caps.
Classification: Platform
Product: GStreamer
Version: unspecified
OS: All
Status: NEW
Severity: normal
Priority: Normal
Component: gst-plugins-base
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: mduponchelle1 at gmail.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Having STATIC_CAPS_ANY on both templates led to issues
in gst-launch with such a profile:
application/ogg:video/x-theora:audio/x-vorbis
ie one audio and one video encoding profile, both with no
presence.
This led gst_element_request_compatible_pad (gst-utils.c)
to return either template, which was not necessarily compatible.
The reason for having STATIC_CAPS_ANY was to allow for
"avoid-reencoding", however there only is a small set of formats
that can be directly remuxed, we thus specify them all
in the video template caps.
--
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