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 676050 - playsink: missing guard around gst pad add probe
playsink: missing guard around gst pad add probe
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.11.x
Other Linux
: Normal major
: 0.11.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-05-14 21:23 UTC by Alban Browaeys
Modified: 2012-05-15 07:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
playsink: missing guard around gst pad add probe (959 bytes, patch)
2012-05-14 21:23 UTC, Alban Browaeys
committed Details | Review

Description Alban Browaeys 2012-05-14 21:23:52 UTC
Created attachment 214035 [details] [review]
playsink: missing guard around gst pad add probe

This miss prevent from switching from one track to the other.
Issue encountered with rhythmbox and totem ports.
Comment 1 Sebastian Dröge (slomo) 2012-05-15 07:25:21 UTC
commit 7e054c9af05c4a7382bd9acb28c2d068139b89e5
Author: Alban Browaeys <prahal@yahoo.com>
Date:   Mon May 14 20:08:38 2012 +0200

    playsink: missing guard around gst pad add probe
    
    This miss prevent from switching from one track to the other.
    Issue encountered with rhythmbox and totem ports.