[Bug 766201] Typefind inside decodebin is confused by the presence of audio in an mp4 container (Android playback)
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue May 10 07:54:35 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=766201
--- Comment #7 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Does it work with 1.8.1?
And please instantiate an amcviddec-omxnvidiah264decode and get the sinkpad
caps, that is:
> element = gst_element_factory_make("amcviddec-omxnvidiah264decode", NULL);
> pad = gst_element_get_static_pad(element, "sink");
> caps = gst_pad_query_caps(pad, NULL);
> caps_string = gst_caps_to_string(caps);
They are unfortunately not printed in the logs.
--
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