[Bug 764316] vaapidecode: simplify downstream negotiation

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Apr 14 09:43:21 UTC 2016


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

--- Comment #33 from sreerenj <bsreerenj at gmail.com> ---
Also would be good if we can club the repetitive fields if possible. Saying
this, since you are doing simplifications :)
The patch is extending from it's initial simplified form, except it helping to
avoid the decide_allocation_query() changes which is good of course)


    GstCaps            *sinkpad_caps;
    GstCaps            *srcpad_caps;
    guint               output_width;
    guint               output_height;
    guint               allocation_width;
    guint               allocation_height;
    GstVideoFormat      allocation_format;

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