summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Thiéry <florent.thiery@ubicast.eu>2018-01-12 12:21:37 +0100
committerTim-Philipp Müller <tim@centricular.com>2018-01-12 18:21:06 +0000
commit7c5e39f7a7f47f3d66a43563caf780fcf0edbb97 (patch)
tree31a128c5a81ef3abc3b6585759c58ef372ea0b3f
parentd2f9040e1df27ba620eeafc63bd3a9645ac1e919 (diff)
udpsrc: fix typo in documentation
https://bugzilla.gnome.org/show_bug.cgi?id=792458
-rw-r--r--gst/udp/gstudpsrc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/udp/gstudpsrc.c b/gst/udp/gstudpsrc.c
index 1f7725152..fdeca5dad 100644
--- a/gst/udp/gstudpsrc.c
+++ b/gst/udp/gstudpsrc.c
@@ -57,7 +57,7 @@
* off proprietary header, for example.
*
* 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
+ * this is left for downstream elements such as an RTP session manager or demuxer
* (such as an MPEG demuxer). As with all live sources, the captured buffers
* will have their timestamp set to the current running time of the pipeline.
*