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 750348 - dtlsdec: 'Got data flow before stream-start event' warnings
dtlsdec: 'Got data flow before stream-start event' warnings
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-06-03 15:10 UTC by sancane
Modified: 2015-06-03 15:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix 'Got data flow before stream-start event' warnings (2.85 KB, patch)
2015-06-03 15:10 UTC, sancane
committed Details | Review

Description sancane 2015-06-03 15:10:06 UTC
Created attachment 304527 [details] [review]
fix 'Got data flow before stream-start event' warnings

This warning is caused when requesting data_src pads on dtlssrtpdecoder. Forwarding sticky events on the src pad fixes this issue.
Comment 1 Sebastian Dröge (slomo) 2015-06-03 15:13:04 UTC
commit f530aac11515194fe069e49337caa2953497457a
Author: Santiago Carot-Nemesio <sancane@gmail.com>
Date:   Wed Jun 3 16:59:44 2015 +0200

    dtlsdec: Fix critical warning "got data flow before stream-start event"
    
    Forward sticky events on requested src pad.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=750348