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 795691 - tagmux: Reset final tags for reusing element
tagmux: Reset final tags for reusing element
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 1.14.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-04-30 10:57 UTC by Seungha Yang
Modified: 2018-05-01 09:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
tagmux: Reset final tags with for reusing element (1.07 KB, patch)
2018-04-30 10:58 UTC, Seungha Yang
none Details | Review
tagmux: Reset final tags for reusing element (1.06 KB, patch)
2018-04-30 12:40 UTC, Seungha Yang
none Details | Review

Description Seungha Yang 2018-04-30 10:57:20 UTC
If the output tag had been exposed, it never ever updated
even if we reset the tagmux using state change.
Comment 1 Seungha Yang 2018-04-30 10:58:06 UTC
Created attachment 371544 [details] [review]
tagmux: Reset final tags with for reusing element
Comment 2 Seungha Yang 2018-04-30 12:40:56 UTC
Created attachment 371548 [details] [review]
tagmux: Reset final tags for reusing element
Comment 3 Tim-Philipp Müller 2018-05-01 09:08:51 UTC
Thanks!

commit 46c024ea3dcc8e19a82f659f7be0ee77f4fec636 (HEAD -> master)
Author: Seungha Yang <seungha.yang@navercorp.com>
Date:   Mon Apr 30 19:49:20 2018 +0900

    tagmux: Reset final tags for reusing element
    
    If the output tag had been exposed, it never ever updated
    even if we reset the tagmux using state change.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=795691