[Bug 739992] h264parse: expose compatible profiles to downstream

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Dec 1 02:00:16 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=739992
  GStreamer | gst-plugins-bad | git

--- Comment #21 from sreerenj <bsreerenj at gmail.com> 2014-12-01 10:00:13 UTC ---
(In reply to comment #20)
> Review of attachment 291569 [details]:
> 
> ::: gst/videoparsers/gsth264parse.c
> @@ +1275,3 @@
> +      gst_value_init_and_copy (&profiles, value);
> +
> +    compat_profile = get_compatible_profile (&profiles, sps);
> 
> Are there not multiple compatible profiles?
> E.g. a constrained-baseline stream is also a valid baseline, main, high*, etc
> stream?
> 

yes :) okay, I will provide a much more relaxed version of the patch..

> You could just add them all, intersect with what downstream can do, then fixate
> the caps.
Okay, that is an easy way instead of comparing each GVAlue.. thanks !

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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