gStreamer-Sharp Dynamic pads not linking
GST_C#
bradsharp0616 at gmail.com
Tue Jun 11 07:41:34 PDT 2013
Solution was pretty simple, me just being dumb.
Needed to add the handler:
m_Source.PadAdded += new Gst.PadAddedHandler(OnVideoPadAdded);
then handle the sink correctly by getting the static pad in the handler:
Pad sinkpad = m_Demux.GetStaticPad("sink");
args.Pad.Link(sinkpad);
Pretty obvious really..
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/gStreamer-Sharp-Dynamic-pads-not-linking-tp4660472p4660504.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list