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 722491 - playbin: remove duplicate assignment
playbin: remove duplicate assignment
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Mac OS
: Normal trivial
: 1.3.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-01-18 12:28 UTC by Wonchul Lee
Modified: 2014-01-18 12:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
remove duplicated assingment (993 bytes, patch)
2014-01-18 12:28 UTC, Wonchul Lee
committed Details | Review

Description Wonchul Lee 2014-01-18 12:28:06 UTC
Created attachment 266606 [details] [review]
remove duplicated assingment

when ignore async message at playbin2, the group value was assigned twice
Comment 1 Sebastian Dröge (slomo) 2014-01-18 12:34:22 UTC
commit c2746d753eb7420f55a1f766c9190e3236f0bb6f
Author: Wonchul Lee <chul0812@gmail.com>
Date:   Sat Jan 18 21:20:51 2014 +0900

    playbin: Remove unnecessary assignment
    
    Remove duplicated assignment
    
    https://bugzilla.gnome.org/show_bug.cgi?id=722491