no_output:
{
gst_rtp_buffer_unmap (&rtp);
+ g_free (to_free);
return NULL;
}
/* ERORRS */
{
GST_WARNING_OBJECT (rtptheoradepay, "reserved TDT ignored");
gst_rtp_buffer_unmap (&rtp);
+ g_free (to_free);
return NULL;
}
length_short:
gst_structure_new ("GstForceKeyUnit",
"all-headers", G_TYPE_BOOLEAN, TRUE, NULL)));
gst_rtp_buffer_unmap (&rtp);
+ g_free (to_free);
return NULL;
}
request_keyframe:
gst_event_new_custom (GST_EVENT_CUSTOM_UPSTREAM,
gst_structure_new_empty ("GstForceKeyUnit")));
gst_rtp_buffer_unmap (&rtp);
+ g_free (to_free);
return NULL;
}
}