guint outsize, nalu_size;
GstClockTime timestamp;
gboolean marker;
- gboolean donl_present = FALSE;
guint8 nuh_layer_id, nuh_temporal_id_plus1;
guint8 S, E;
guint16 nal_header;
+#if 0
+ gboolean donl_present = FALSE;
+#endif
timestamp = GST_BUFFER_TIMESTAMP (buf);
rtph265depay->wait_start = FALSE;
+#if 0
if (donl_present)
goto not_implemented_donl_present;
+#endif
while (payload_len > 2) {
if (rtph265depay->wait_start && !S)
goto waiting_start;
+#if 0
if (donl_present)
goto not_implemented_donl_present;
+#endif
if (S) {
/* All other cases: Single NAL unit packet Section 4.6 */
/* the entire payload is the output buffer */
+#if 0
if (donl_present)
goto not_implemented_donl_present;
+#endif
nalu_size = payload_len;
outsize = nalu_size + sizeof (sync_bytes);
gst_rtp_buffer_unmap (&rtp);
return NULL;
}
+#if 0
not_implemented_donl_present:
{
GST_ELEMENT_ERROR (rtph265depay, STREAM, FORMAT,
gst_rtp_buffer_unmap (&rtp);
return NULL;
}
+#endif
not_implemented:
{
GST_ELEMENT_ERROR (rtph265depay, STREAM, FORMAT,