mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-02 14:36:41 +00:00
gst/udp/gstudpsrc.c: Update documentation.
Original commit message from CVS: * gst/udp/gstudpsrc.c: (gst_udpsrc_create): Update documentation.
This commit is contained in:
parent
23eeb89a16
commit
285ec58919
2 changed files with 9 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
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>
|
2007-09-26 Wim Taymans <wim.taymans@gmail.com>
|
||||||
|
|
||||||
* gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
|
* gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
|
||||||
|
|
|
@ -78,7 +78,8 @@
|
||||||
* <para>
|
* <para>
|
||||||
* The udpsrc is always a live source. It does however not provide a GstClock, this
|
* 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
|
* 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>
|
||||||
* <para>
|
* <para>
|
||||||
* udpsrc implements a GstURIHandler interface that handles udp://host:port type
|
* udpsrc implements a GstURIHandler interface that handles udp://host:port type
|
||||||
|
@ -87,7 +88,7 @@
|
||||||
* <para>
|
* <para>
|
||||||
* If the <link linkend="GstUDPSrc--timeout">timeout property</link> is set to a
|
* If the <link linkend="GstUDPSrc--timeout">timeout property</link> is set to a
|
||||||
* value bigger than 0, udpsrc will generate an element message named
|
* 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.
|
* if no data was recieved in the given timeout.
|
||||||
* The message's structure contains one field:
|
* The message's structure contains one field:
|
||||||
* <itemizedlist>
|
* <itemizedlist>
|
||||||
|
@ -110,7 +111,7 @@
|
||||||
* in which case the application is responsible for closing the file descriptor.
|
* in which case the application is responsible for closing the file descriptor.
|
||||||
* </para>
|
* </para>
|
||||||
* <para>
|
* <para>
|
||||||
* Last reviewed on 2007-03-29 (0.10.6)
|
* Last reviewed on 2007-09-20 (0.10.7)
|
||||||
* </para>
|
* </para>
|
||||||
* </refsect2>
|
* </refsect2>
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue