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 792458 - Typo in udpsrc documentation
Typo in udpsrc documentation
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal minor
: 1.13.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-01-12 11:21 UTC by Florent Thiéry
Modified: 2018-01-12 18:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
doc patch (985 bytes, patch)
2018-01-12 11:24 UTC, Florent Thiéry
committed Details | Review

Description Florent Thiéry 2018-01-12 11:21:20 UTC
There is a small typo in udpsrc help text: 

"The udpsrc is always a live source. It does however not provide a #GstClock, this is left for upstream elements such as an RTP session manager or demuxer"

<-- should read downstream
Comment 1 Florent Thiéry 2018-01-12 11:24:31 UTC
Created attachment 366721 [details] [review]
doc patch
Comment 2 Tim-Philipp Müller 2018-01-12 18:21:37 UTC
Thanks!

commit 7c5e39f7a7f47f3d66a43563caf780fcf0edbb97 (HEAD -> master)
Author: Florent Thiéry <florent.thiery@ubicast.eu>
Date:   Fri Jan 12 12:21:37 2018 +0100

    udpsrc: fix typo in documentation
    
    https://bugzilla.gnome.org/show_bug.cgi?id=792458