Application crashes after Gst pipeline Set to NULL

Manoj89 manoj89vcet at gmail.com
Tue Jul 8 05:40:00 PDT 2014


Hi, 
    I do the following for deinitialization after end of playback
    
     gst_element_set_state (data->pipeline,GST_STATE_NULL);
     gst_object_unref (data->pipeline);
     g_source_remove (data->buswatch);
     g_main_loop_unref (data->loop);

     But the application crashes.I am not getting the backtrace also.The
backtrace says "cannot access memory address".


    Anybody has encountered similar situation



 



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Application-crashes-after-Gst-pipeline-Set-to-NULL-tp4667839.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list