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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Nov 25 01:35:44 PST 2014


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

--- Comment #3 from Julien Isorce <julien.isorce at gmail.com> 2014-11-25 09:35:38 UTC ---
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);

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