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 781484 - basetransform: typo fix: remove unbalanced closing parenthesis in debug log
basetransform: typo fix: remove unbalanced closing parenthesis in debug log
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
unspecified
Other All
: Normal minor
: 1.11.91
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-04-19 06:15 UTC by Yasushi SHOJI
Modified: 2017-04-19 08:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
basetransform: typo fix: remove unbalanced closing parenthesis in debug log (1.22 KB, patch)
2017-04-19 06:15 UTC, Yasushi SHOJI
committed Details | Review

Description Yasushi SHOJI 2017-04-19 06:15:05 UTC
This unbalanced closing parenthesis is leftover from the commit
8b739d91e7.  It used to wrap the caps but we don't seem to do that in
the current code.

So, just remove it.  No functionality has been changed.
Comment 1 Yasushi SHOJI 2017-04-19 06:15:09 UTC
Created attachment 350042 [details] [review]
basetransform: typo fix: remove unbalanced closing parenthesis in debug log
Comment 2 Tim-Philipp Müller 2017-04-19 08:23:01 UTC
Thanks for the patch! Pushed:

commit c423df49af7d161bb2e8b9cb2aecc64b4272b9b6
Author: Yasushi SHOJI <yashi@atmark-techno.com>
Date:   Wed Mar 29 19:26:53 2017 +0900

    basetransform: fix typo in debug log output
    
    This unbalanced closing parenthesis is leftover from the commit
    8b739d91e7. It used to wrap the caps but we don't seem to do that in
    the current code.
    
    So, just remove it. No functionality has been changed.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=781484