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 640189 - oggmux: cleanup
oggmux: cleanup
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
unspecified
Other All
: Normal normal
: 0.10.33
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-01-21 14:57 UTC by Vincent Penquerc'h
Modified: 2011-01-24 19:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
oggmux: cleanup (1.41 KB, patch)
2011-01-21 14:57 UTC, Vincent Penquerc'h
committed Details | Review

Description Vincent Penquerc'h 2011-01-21 14:57:23 UTC
Remove a pointless string concatentation, and fix an off-by-one in
packetno in a log.
Comment 1 Vincent Penquerc'h 2011-01-21 14:57:26 UTC
Created attachment 178944 [details] [review]
oggmux: cleanup
Comment 2 Sebastian Dröge (slomo) 2011-01-24 19:01:45 UTC
commit d144f7a3a56edd1588d094b7c7ef85eddc695b80
Author: Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Date:   Fri Jan 21 14:56:28 2011 +0000

    oggmux: cleanup
    
    Remove a pointless string concatentation, and fix an off-by-one in
    packetno in a log.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=640189