[Bug 655112] Improve videomaxrate caps negotiation

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Sep 19 11:14:51 PDT 2011


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

--- Comment #15 from Sjoerd Simons <sjoerd at luon.net> 2011-09-19 18:14:48 UTC ---
(In reply to comment #14)
> Review of attachment 196920 [details]:
> 
> ::: gst/videorate/gstvideorate.c
> @@ +274,3 @@
> +    *max_num = gst_value_get_fraction_numerator (max);
> +    *max_denom = gst_value_get_fraction_denominator (max);
> +  } else if (GST_VALUE_HOLDS_LIST (v)) {
> 
> It could also be a fraction range and quite often is

The previous case checks for that already or am i missing something?

> @@ +327,3 @@
> +  s2 = gst_structure_copy (s);
> +
> +  if (videorate->drop_only) {
> 
> You should probably call gst_base_transform_reconfigure() whenever this
> property changes now

Done as part of my next patch :)

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