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 793478 - latency tracer: allow pushing probes on pads without a parent
latency tracer: allow pushing probes on pads without a parent
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other All
: Normal normal
: 1.13.90
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-02-15 02:00 UTC by Matthew Waters (ystreet00)
Modified: 2018-02-16 13:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
tracers/latency: allow for non-parented pads to send latency probes (1.30 KB, patch)
2018-02-15 02:01 UTC, Matthew Waters (ystreet00)
committed Details | Review

Description Matthew Waters (ystreet00) 2018-02-15 02:00:48 UTC
This allows usage with rtspsrc with TCP connections.
Comment 1 Matthew Waters (ystreet00) 2018-02-15 02:01:47 UTC
Created attachment 368364 [details] [review]
tracers/latency: allow for non-parented pads to send latency probes
Comment 2 Nicolas Dufresne (ndufresne) 2018-02-15 15:25:56 UTC
Review of attachment 368364 [details] [review]:

Wow, didn't know that corner case existed. I'm fine with the change, a lonely source pad is just like a source I agree.
Comment 3 Tim-Philipp Müller 2018-02-16 13:16:29 UTC
commit 7fad93d03559513c947e38065b1cc160b1621cf6
Author: Matthew Waters <matthew@centricular.com>
Date:   Thu Feb 15 12:58:43 2018 +1100

    tracers: latency: allow for non parented pads to send latency probes
    
    Such a setup is used in rtspsrc for its TCP connection
    
    https://bugzilla.gnome.org/show_bug.cgi?id=793478