[Bug 754119] gdp: Fails payloading of custom event types

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Sep 10 02:29:02 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=754119

Hyunjun <zzoon.ko at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #310685|0                           |1
        is obsolete|                            |

--- Comment #8 from Hyunjun <zzoon.ko at samsung.com> ---
Created attachment 311045
  --> https://bugzilla.gnome.org/attachment.cgi?id=311045&action=edit
gdp: Add new version 1.8 gdp protocol

1. Increase payload type field from 16 bit to 32 bit to support custom event
type
2. Add Meta length field for each buffer type
   - to support to serialize non-memory GstMeta in each buffer.

Sebastian.
(1)
gst_dp_payload_event_1_8
gst_dp_payload_caps_1_8
gst_dp_payload_buffer_1_8 
- This doesn't looks nice. Do you think this should be changed to something
without _1_8?

(2)
+ #define GST_DP_HEADER_META_LENGTH_1_8(x)    GST_READ_UINT16_BE (x + 54)
What about this? Using this field, depay can deserialize gst meta in the
buffer.
Not yet to implement to serialze/deserialize meta.

(3)
gdppay have had version property, but it was removed.
I think this property should be revived to support all versions.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list