gdppay
gdppay — Payloads GStreamer Data Protocol buffers
|
|
Object Hierarchy
GObject
+----GstObject
+----GstElement
+----GstGDPPay
Description
This element payloads GStreamer buffers and events using the
GStreamer Data Protocol.
This pipeline creates a serialized video stream that can be played back
with the example shown in gdpdepay.
Details
GstGDPPay
typedef struct _GstGDPPay GstGDPPay;
Private gdppay element structure.
Property Details
The "crc-header"
property
"crc-header" gboolean : Read / Write
Calculate and store a CRC checksum on the header.
Default value: TRUE
The "crc-payload"
property
"crc-payload" gboolean : Read / Write
Calculate and store a CRC checksum on the payload.
Default value: FALSE
The "version"
property
"version" GstDPVersion : Read / Write
Version of the GStreamer Data Protocol.
Default value: GST_DP_VERSION_1_0