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 705369 - playbin: fix get-tags actions
playbin: fix get-tags actions
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
1.1.3
Other Linux
: Normal normal
: 1.1.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-08-02 18:13 UTC by Arnaud Vrac
Modified: 2013-08-03 16:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
playbin: check for tags on the right combiner instance (2.56 KB, patch)
2013-08-02 18:13 UTC, Arnaud Vrac
committed Details | Review

Description Arnaud Vrac 2013-08-02 18:13:24 UTC
Created attachment 250733 [details] [review]
playbin: check for tags on the right combiner instance

The get-tags actions are not working in all cases, because the track number is used to resolve the stream combiner instead of the stream type.

To reproduce just try to retrieve the video tags from a video with no audio.
Comment 1 Tim-Philipp Müller 2013-08-03 16:21:32 UTC
Thanks!


commit a8df760c960bf22d997d0b13f93f15da99d9ce90
Author: Arnaud Vrac <avrac@freebox.fr>
Date:   Fri Aug 2 20:08:29 2013 +0200

    playbin: check for tags on the right combiner instance
    
    The get-tags actions are not working in all cases, because the track
    number is used to resolve the stream combiner instead of the stream
    type.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=705369