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 739941 - gl: Correct invalid comment text
gl: Correct invalid comment text
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other All
: Normal normal
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-11-11 08:06 UTC by Hyunjun Ko
Modified: 2014-11-12 00:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gl: Correct invalid comment text (1.44 KB, patch)
2014-11-11 08:06 UTC, Hyunjun Ko
committed Details | Review

Description Hyunjun Ko 2014-11-11 08:06:18 UTC
There are some invalid comment text in gstglwindow.c
I fixed it
Comment 1 Hyunjun Ko 2014-11-11 08:06:49 UTC
Created attachment 290398 [details] [review]
gl: Correct invalid comment text
Comment 2 Matthew Waters (ystreet00) 2014-11-11 11:36:07 UTC
Thanks for the patch.

However it doesn't seem to change anything?
Comment 3 Julien Isorce 2014-11-11 22:00:34 UTC
I was curious so I went to http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/tree/gst-libs/gst/gl/gstglwindow.c#n981 and indeed it removes  all the "+"  :)
Comment 4 Hyunjun Ko 2014-11-12 00:22:33 UTC
I just removed unnecessary '+' character in the comments :-)
Comment 5 Matthew Waters (ystreet00) 2014-11-12 00:45:31 UTC
commit a2e2507dbe00e6eacafb10ed97c1493158a23826
Author: Hyunjun Ko <zzoonis@gmail.com>
Date:   Tue Nov 11 17:04:48 2014 +0900

    gl: Correct invalid comment text