AW: rtpjitterbuffer problem

killerrats koreysjunkmail at gmail.com
Tue Jun 26 16:15:48 UTC 2018


I even tried another approach but found out that when I go to delete array or
g_free it will error out.


gchar* videoPipeline::NextFile_splitmux_cb(GstElement* element, guint
fragment_id,gpointer user_data)
{
		printf("\r\nSetup new File\r\n");
		std::string filePath = "";
		std::string temp = "video05%d.avi";
		gchar* name;		
		name = g_strdup_printf(g_strdup_printf("%s", temp.c_str()), fragment_id);

		filePath = std::string(name);
		g_free(name);
		return g_strdup_printf("%s", filePath);
}



-----
------------------------------
Gstreamer 1.14.1
------------------------------
Windows
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20180626/2427de98/attachment-0001.html>


More information about the gstreamer-devel mailing list