diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2007-09-26 14:28:20 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2007-09-26 14:28:20 +0000 |
commit | 285ec58919613ac151e2083d5977b619b6a069ae (patch) | |
tree | 3856c94e56f53db36fcaabef206d48a0de890260 | |
parent | 23eeb89a1647f98d8b0901aa395e92bf04e3b174 (diff) |
gst/udp/gstudpsrc.c: Update documentation.
Original commit message from CVS:
* gst/udp/gstudpsrc.c: (gst_udpsrc_create):
Update documentation.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | gst/udp/gstudpsrc.c | 7 |
2 files changed, 9 insertions, 3 deletions
@@ -1,5 +1,10 @@ 2007-09-26 Wim Taymans <wim.taymans@gmail.com> + * gst/udp/gstudpsrc.c: (gst_udpsrc_create): + Update documentation. + +2007-09-26 Wim Taymans <wim.taymans@gmail.com> + * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process), (gst_rtp_xqt_depay_change_state): * gst/qtdemux/gstrtpxqtdepay.h: diff --git a/gst/udp/gstudpsrc.c b/gst/udp/gstudpsrc.c index 31c8fe4e..16899544 100644 --- a/gst/udp/gstudpsrc.c +++ b/gst/udp/gstudpsrc.c @@ -78,7 +78,8 @@ * <para> * 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 (such - * as an MPEG demuxer). + * 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. * </para> * <para> * udpsrc implements a GstURIHandler interface that handles udp://host:port type @@ -87,7 +88,7 @@ * <para> * If the <link linkend="GstUDPSrc--timeout">timeout property</link> is set to a * value bigger than 0, udpsrc will generate an element message named - * <classname>"GstUDPSrcTimeout"</classname>: + * <classname>"GstUDPSrcTimeout"</classname> * if no data was recieved in the given timeout. * The message's structure contains one field: * <itemizedlist> @@ -110,7 +111,7 @@ * in which case the application is responsible for closing the file descriptor. * </para> * <para> - * Last reviewed on 2007-03-29 (0.10.6) + * Last reviewed on 2007-09-20 (0.10.7) * </para> * </refsect2> */ |