[Bug 790752] msdk: supports bufferpool

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Dec 6 03:05:01 UTC 2017


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

--- Comment #42 from Hyunjun Ko <zzoon at igalia.com> ---
(In reply to Víctor Manuel Jáquez Leal from comment #31)
> Review of attachment 364988 [details] [review]:
> 
> ::: sys/msdk/msdk.c
> @@ +378,3 @@
> +
> +  if (width & 31)
> +    alignment->padding_right = 32 - (width & 31);
> 
> What do you think about a macro 
> 
> #define GST_MSDK_ALIGNMENT_PADDING(num) (32 - ((num) & 31))
> 
> ??

Good. I'll do it later, or u can do it.

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