[gst-devel] Change the priority of the tasks that are used in bin2

Michael Trimarchi michael at panicking.kicks-ass.org
Wed Feb 10 19:52:46 CET 2010


Hi all,

I create in my application these three element

bin = gst_element_factory_make ("playbin2", "play");
videosink = gst_element_factory_make ("xvimagesink", "videosink");
audiosink = gst_element_factory_make ("pulsesink", "audio-sink");

Each element maybe has an associated thread id. Can I access to it and change
prioriry and parameter? How to access to GstTask part of the GstElement?

Michael




More information about the gstreamer-devel mailing list