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 440774 - [sdl] sdlvideosink has ill-formatted element details
[sdl] sdlvideosink has ill-formatted element details
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other All
: Normal trivial
: 0.10.5
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-05-23 17:45 UTC by René Stadler
Modified: 2007-05-23 18:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix author field of sdlvideosink element details (561 bytes, patch)
2007-05-23 17:46 UTC, René Stadler
committed Details | Review

Description René Stadler 2007-05-23 17:45:39 UTC
The sdlvideosink element has three authors, and their addresses are directly concatenated in the ElementDetails.  Attaching trivial fix which add newlines in between.
Comment 1 René Stadler 2007-05-23 17:46:27 UTC
Created attachment 88690 [details] [review]
Fix author field of sdlvideosink element details
Comment 2 Sebastian Dröge (slomo) 2007-05-23 18:01:06 UTC
2007-05-23  Sebastian Dröge  <slomo@circular-chaos.org>

       Patch by René Stadler <mail at renestadler dot de>:

       * ext/sdl/sdlvideosink.c:
       Separate the authors by newlines instead of nothing. Fixes #440774.