[gst-devel] gst_pad_unlink simple question

wanting2learn wanting2learn at hotmail.co.uk
Tue Mar 9 19:46:09 CET 2010


If I check that a pad is alrealy linked and I try to unlink it like so:
if ( GST_PAD_IS_LINKED( sinkpad ) )
  {
      gst_pad_unlink (pad, sinkpad))
  } 

Why would gst_pad_unlink fail to unlink and give me a return code of:
GST_PAD_LINK_WAS_LINKED?

Why does gst_pad_unlink simply not just unlink a pad?

Thanks

-- 
View this message in context: http://n4.nabble.com/gst-pad-unlink-simple-question-tp1586435p1586435.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.




More information about the gstreamer-devel mailing list