}
/* FIXME: set camera default setting from ini */
+ /* NOTE: in case of an element that supports tizen zerocopy format, not to emit an error in GST_STATE_PLAYING
+ * without buffer consumption before finishing negotiation, set this property to 0 here. */
+ if (g_object_class_find_property(G_OBJECT_GET_CLASS(G_OBJECT(camerasrc)), "empty-buffer-timeout"))
+ g_object_set(G_OBJECT(camerasrc), "empty-buffer-timeout", 0, NULL);
+
if ((ret = __create_rest_of_elements(webrtc, source, &capsfilter, &videoenc, &videopay, &queue, &capsfilter2)) != WEBRTC_ERROR_NONE)
return ret;