After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 340710 - [lame] typo in event handler
[lame] typo in event handler
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
0.10.3
Other Linux
: Normal normal
: 0.10.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-05-05 07:27 UTC by Andres Salomon
Modified: 2006-05-05 08:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix typo in even handler (573 bytes, patch)
2006-05-05 07:28 UTC, Andres Salomon
committed Details | Review

Description Andres Salomon 2006-05-05 07:27:52 UTC
Hi,

In gstreamer's lame plugin, there's a typo in gst_vorbis_enc_sink_event().  Basically, instead of a semicolon (to close a statement), someone put a comma.  It's still valid C (and thus compiles), but it's probably not what was intended.
Comment 1 Andres Salomon 2006-05-05 07:28:28 UTC
Created attachment 64848 [details] [review]
fix typo in even handler

This patch fixes the typo.
Comment 2 Tim-Philipp Müller 2006-05-05 08:23:57 UTC
Thanks, committed:

 2006-05-05  Tim-Philipp Müller  <tim at centricular dot net>

       Patch by: Andres Salomon  <dilinger at debian org>

       * ext/lame/gstlame.c: (gst_lame_sink_event):
         Fix typo (comma vs. semicolon) (#340710).