connect elements present in a two different bins...

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

connect elements present in a two different bins...

leelakrishna
hi

  I need to connect elements those are present in two different bins is it possible??
 
  ex. gst_bin_add_many(GST_BIN(pipeline),fakesrc ,tee,fakesink,NULL);

         gst_bin_add_many(GST_BIN(pipeline1),fakesink1,NULL);

    i want to connect tee and fakesink1  is it possible???
 
  plz help me out...
 Thank you in advance,,,