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 766359 - auparse: sticky event misordering, got 'segment' before 'caps'
auparse: sticky event misordering, got 'segment' before 'caps'
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 1.8.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-05-13 07:17 UTC by Patricia Muscalu
Modified: 2016-05-20 06:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Make sure that src pad has caps before sending segment event. (2.67 KB, patch)
2016-05-13 07:17 UTC, Patricia Muscalu
committed Details | Review

Description Patricia Muscalu 2016-05-13 07:17:50 UTC
Created attachment 327754 [details] [review]
Make sure that src pad has caps before sending segment event.

Step to reproduce: play the following pipeline:

gst-launch-1.0 filesrc location=<file>.au ! auparse ! mulawdec ! audioresample ! audio/x-raw, rate=16000 ! autoaudiosink

Notice:

(gst-launch-1.0:19602): GStreamer-WARNING **: gstpad.c:5067:store_sticky_event:<auparse0:src> Sticky event misordering, got 'segment' before 'caps'

(gst-launch-1.0:19602): GStreamer-WARNING **: gstpad.c:5067:store_sticky_event:<mulawdec0:sink> Sticky event misordering, got 'segment' before 'caps'
Comment 1 Sebastian Dröge (slomo) 2016-05-13 07:22:32 UTC
commit fe4dc610e61c71acd8747e8bc1fea0630a4bfcf4
Author: Patricia Muscalu <patricia@axis.com>
Date:   Thu May 12 14:43:43 2016 +0200

    auparse: Fix sticky event misordering warning
    
    Make sure that src pad has caps before sending segment event.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=766359
Comment 2 Sebastian Dröge (slomo) 2016-05-20 06:10:56 UTC
This should really be ported to baseparse ;)