[Bug 733819] Port teletextdec to 1.0

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Aug 1 05:17:00 PDT 2014


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

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |slomo at coaxion.net
     Ever Confirmed|0                           |1
           Severity|normal                      |enhancement

--- Comment #4 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-08-01 12:16:57 UTC ---
(In reply to comment #2)

> @@ +966,3 @@
> +  GstBuffer *lbuf;
> +  GstMapInfo buf_map;
> +  (void) teletext;
> 
> ??

These are to silence compiler warnings if the function parameters are unused.
Alternatively one can put G_GNUC_UNUSED to the parameters. But we generally
don't care about this kind of compiler warning, so these things should just be
removed :)

Also our default compiler warning parameters don't report this.

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