mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 19:42:26 +00:00
docs: add docs for GstDPPacketizer
This commit is contained in:
parent
319eef8aa9
commit
59670baf8e
1 changed files with 10 additions and 0 deletions
|
@ -111,6 +111,16 @@ typedef gboolean (*GstDPPacketFromEventFunction) (const GstEvent * event,
|
||||||
guint * length,
|
guint * length,
|
||||||
guint8 ** header,
|
guint8 ** header,
|
||||||
guint8 ** payload);
|
guint8 ** payload);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* GstDPPacketizer:
|
||||||
|
* @version: the #GstDPVersion of the protocol to be used
|
||||||
|
* @header_from_buffer: buffer serializer function
|
||||||
|
* @packet_from_caps: caps serializer function
|
||||||
|
* @packet_from_event: event serializer function
|
||||||
|
*
|
||||||
|
* Data protocol packetizer handle.
|
||||||
|
*/
|
||||||
typedef struct {
|
typedef struct {
|
||||||
GstDPVersion version;
|
GstDPVersion version;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue