GNOME Bugzilla – Bug 340710
[lame] typo in event handler
Last modified: 2006-05-05 08:23:57 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.
Created attachment 64848 [details] [review] fix typo in even handler This patch fixes the typo.
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).