[Bug 740673] codecparsers: some compiler warnings with apple-gcc42

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Nov 25 01:42:56 PST 2014


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

--- Comment #5 from sreerenj <bsreerenj at gmail.com> 2014-11-25 09:42:51 UTC ---
(In reply to comment #3)
> The thing is that READ_UE_ALLOWED already calls CHECK_ALLOWED, and uses the
> input params 0 and 1024 only  with this internal call to CHECK_ALLOWED. So I
> suspected the next call to CHECK_ALLOWED(0, 1) was wrong.
> 
> So it should be either:
> READ_UE_ALLOWED (&nr, vps->num_hrd_parameters, 0, 1024);
> or
> READ_UE_ALLOWED (&nr, vps->num_hrd_parameters, 0, 1);

The value of num_hrd_parameters can be in the range of 0 to 1024. But the
current specification is only allowing 0 or 1.

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