mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
some doc fixes
Original commit message from CVS: some doc fixes
This commit is contained in:
parent
6e01a39feb
commit
3a32067831
1 changed files with 15 additions and 2 deletions
|
@ -2,16 +2,29 @@
|
|||
gstdataprotocol
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
GStreamer Data Protocol, serializes buffers, caps and events.
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
This helper library provides serialization of GstBuffer, GstCaps and
|
||||
GstEvent structures.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
This serialization can be useful when GStreamer needs to interface with
|
||||
the outside world to transport data between different GStreamer pipelines.
|
||||
The connections with the outside world generally don't have mechanisms
|
||||
to transport properties of these structures.
|
||||
</para>
|
||||
<para>
|
||||
For example, transporting buffers across named pipes doesn't keep the
|
||||
buffer size. Network elements that transport GStreamer data across
|
||||
network connections also need a protocol to do this.
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
#GstBuffer, #GstCaps, #GstEvent
|
||||
</para>
|
||||
|
||||
<!-- ##### ENUM GstDPHeaderFlag ##### -->
|
||||
|
|
Loading…
Reference in a new issue