gstreamer_core/libs/gst/dataprotocol/dataprotocol.h
changeset 19 24ed0baaf8e5
parent 0 0e761a78d257
child 30 7e817e7e631c
equal deleted inserted replaced
18:5824eee55f42 19:24ed0baaf8e5
   167 GstDPPayloadType
   167 GstDPPayloadType
   168 		gst_dp_header_payload_type	(const guint8 * header);
   168 		gst_dp_header_payload_type	(const guint8 * header);
   169 
   169 
   170 /* converting from GstBuffer/GstEvent/GstCaps */
   170 /* converting from GstBuffer/GstEvent/GstCaps */
   171 #ifndef GST_DISABLE_DEPRECATED
   171 #ifndef GST_DISABLE_DEPRECATED
       
   172 #ifdef __SYMBIAN32__
       
   173 IMPORT_C
       
   174 #endif
   172 gboolean	gst_dp_header_from_buffer	(const GstBuffer * buffer,
   175 gboolean	gst_dp_header_from_buffer	(const GstBuffer * buffer,
   173 						GstDPHeaderFlag flags,
   176 						GstDPHeaderFlag flags,
   174 						guint * length,
   177 						guint * length,
   175 						guint8 ** header);
   178 						guint8 ** header);
   176 #endif
   179 #endif
   177 #ifndef GST_DISABLE_DEPRECATED
   180 #ifndef GST_DISABLE_DEPRECATED
       
   181 #ifdef __SYMBIAN32__
       
   182 IMPORT_C
       
   183 #endif
   178 gboolean	gst_dp_packet_from_caps		(const GstCaps * caps,
   184 gboolean	gst_dp_packet_from_caps		(const GstCaps * caps,
   179 						GstDPHeaderFlag flags,
   185 						GstDPHeaderFlag flags,
   180 						guint * length,
   186 						guint * length,
   181 						guint8 ** header,
   187 						guint8 ** header,
   182 						guint8 ** payload);
   188 						guint8 ** payload);
   183 #endif
   189 #endif
   184 #ifndef GST_DISABLE_DEPRECATED
   190 #ifndef GST_DISABLE_DEPRECATED
       
   191 #ifdef __SYMBIAN32__
       
   192 IMPORT_C
       
   193 #endif
   185 gboolean	gst_dp_packet_from_event	(const GstEvent * event,
   194 gboolean	gst_dp_packet_from_event	(const GstEvent * event,
   186 						GstDPHeaderFlag flags,
   195 						GstDPHeaderFlag flags,
   187 						guint * length,
   196 						guint * length,
   188 						guint8 ** header,
   197 						guint8 ** header,
   189 						guint8 ** payload);
   198 						guint8 ** payload);