After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 751475 - encodebin: Expose more specific sink template caps.
encodebin: Expose more specific sink template caps.
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
unspecified
Other All
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-06-25 03:40 UTC by Mathieu Duponchelle
Modified: 2018-11-03 11:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
encodebin: Expose more specific sink template caps. (1.92 KB, patch)
2015-06-25 03:40 UTC, Mathieu Duponchelle
none Details | Review

Description Mathieu Duponchelle 2015-06-25 03:40:22 UTC
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.
Comment 1 Mathieu Duponchelle 2015-06-25 03:40:26 UTC
Created attachment 306066 [details] [review]
encodebin: Expose more specific sink template caps.
Comment 2 GStreamer system administrator 2018-11-03 11:38:48 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/200.