[Bug 761014] File can't be played with hardware acceleration in Android gstreamer tutorial 5

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Feb 4 05:09:49 UTC 2016


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

--- Comment #67 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 320402:
 --> (https://bugzilla.gnome.org/review?bug=761014&attachment=320402)

::: sys/androidmedia/gstamcvideodec.c
@@ +421,3 @@
   gst_video_decoder_set_needs_format (GST_VIDEO_DECODER (self), TRUE);
+  gst_video_decoder_set_use_default_pad_acceptcaps (GST_VIDEO_DECODER (self),
+      TRUE);

And with that I mean, this change shouldn't make much of a difference as you
will still do downstream caps queries... what will make a difference is adding
some accept_caps vfunc.

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