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 767500 - FLUSH pad probe are called too much
FLUSH pad probe are called too much
Status: RESOLVED DUPLICATE of bug 762330
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
unspecified
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 767498
 
 
Reported: 2016-06-10 16:06 UTC by Xavier Claessens
Modified: 2016-06-10 16:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
test case (671 bytes, text/x-csrc)
2016-06-10 16:06 UTC, Xavier Claessens
Details

Description Xavier Claessens 2016-06-10 16:06:51 UTC
Created attachment 329579 [details]
test case

See test case, it's called a lot with values 4224 and 4112 which is:
 - GST_PAD_PROBE_TYPE_BUFFER | GST_PAD_PROBE_TYPE_PUSH
 - GST_PAD_PROBE_TYPE_EVENT_UPSTREAM | GST_PAD_PROBE_TYPE_PUSH
Comment 1 Jan Alexander Steffens (heftig) 2016-06-10 16:09:21 UTC
Fixed by 45b0e7aa16a19e9028d7ddd5ea4a52acaa4e5349 (pad: consider PROBE_TYPE_EVENT_FLUSH when using PROBE_TYPE_ALL_BOTH) which is part of master.
Comment 2 Jan Alexander Steffens (heftig) 2016-06-10 16:10:06 UTC

*** This bug has been marked as a duplicate of bug 762330 ***