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 736462 - multifile: don't bitwise OR the same flag twice
multifile: don't bitwise OR the same flag twice
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
1.x
Other Linux
: Normal trivial
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-09-11 09:51 UTC by Anuj
Modified: 2014-09-11 10:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
multifile: refactor for same expression on both side of '|' in gstmultifilesink.c (966 bytes, patch)
2014-09-11 09:51 UTC, Anuj
committed Details | Review

Description Anuj 2014-09-11 09:51:22 UTC
Created attachment 285897 [details] [review]
multifile: refactor for same expression on both side of '|' in gstmultifilesink.c

gst-plugins-good/gst/multifile/gstmultifilesink.c: same expression is used both side in g_param_spec_enum(); please review
Comment 1 Tim-Philipp Müller 2014-09-11 10:07:38 UTC
Pushed, thanks:

 commit 86579c59bf1f0aae1c7c7343fa6567302b677e3d
 Author: Anuj Jaiswal <anuj.jaiswal@samsung.com>
 Date:   Thu Sep 11 14:46:09 2014 +0530

    multifilesink: don't OR the same flag twice
    
    https://bugzilla.gnome.org/show_bug.cgi?id=736462