g_warn_if_reached ();
gst_rtp_header_extension_set_id (stream->rtxreceive_stream_id,
stream->rtphdrext_id_stream_id);
-#ifdef TIZEN_FEATURE_BUG_FIX
+
+#ifdef TIZEN_FEATURE_WEBRTC_MODIFICATION
GST_DEBUG_OBJECT (stream, "adding rtp header extension %" GST_PTR_FORMAT
" with id %u to %" GST_PTR_FORMAT, stream->rtxreceive_stream_id,
stream->rtphdrext_id_stream_id, stream->rtxreceive);
" with id %u to %" GST_PTR_FORMAT, stream->rtxsend_stream_id,
stream->rtphdrext_id_stream_id, stream->rtxreceive);
#endif
+
g_signal_emit_by_name (stream->rtxreceive, "add-extension",
stream->rtxreceive_stream_id);
}
gst_rtp_header_extension_set_id (stream->rtxreceive_repaired_stream_id,
stream->rtphdrext_id_repaired_stream_id);
+#ifdef TIZEN_FEATURE_WEBRTC_MODIFICATION
+ GST_DEBUG_OBJECT (stream, "adding rtp header extension %" GST_PTR_FORMAT
+ " with id %u to %" GST_PTR_FORMAT, stream->rtxreceive_repaired_stream_id,
+ stream->rtphdrext_id_repaired_stream_id, stream->rtxreceive);
+#else
GST_DEBUG_OBJECT (stream, "adding rtp header extension %" GST_PTR_FORMAT
" with id %u to %" GST_PTR_FORMAT, stream->rtxsend_repaired_stream_id,
stream->rtphdrext_id_repaired_stream_id, stream->rtxreceive);
+#endif
g_signal_emit_by_name (stream->rtxreceive, "add-extension",
stream->rtxreceive_repaired_stream_id);