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 707317 - mpegdemux: doesn't send events to pads that are not linked
mpegdemux: doesn't send events to pads that are not linked
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other All
: Normal normal
: 1.1.90
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-09-02 20:56 UTC by Matej Knopp
Modified: 2013-09-18 16:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (842 bytes, patch)
2013-09-02 20:56 UTC, Matej Knopp
committed Details | Review

Description Matej Knopp 2013-09-02 20:56:30 UTC
Created attachment 253905 [details] [review]
Patch

This is inconsistent with the rest of gstreamer and probably a bad behavior.
Comment 1 Tim-Philipp Müller 2013-09-02 22:34:38 UTC
Agreed. Thanks for the patch!

commit e43d1959a866ebcc838424db412095426428a7f5
Author: Matej Knopp <matej.knopp@gmail.com>
Date:   Mon Sep 2 22:54:32 2013 +0200

    mpegdemux: send events on pads that are not linked
    
    Someone might be waiting for certain events with a probe.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707317