two sink and one src custome plugin

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

two sink and one src custome plugin

anil0407
Hi all,
Does there is any two sinks and one src custom plugin for reference.

Thanks,
Anil



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: two sink and one src custome plugin

gotsring
I'd probably look at the implementation of tee or a demuxer like qtdemux. I
don't think these would necessarily handle buffers differently than any
other plugin.



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: two sink and one src custome plugin

anil0407
Hi,

Thanks for your reply, like N-to-1 pipe fitting, can you suggest any
reference plugin if exist[opp to tee].
Pad Templates:
  SINK template: 'sink_%u'
    Availability: On request
    Capabilities:
      ANY
 
  SRC template: 'src'
    Availability: Always
    Capabilities:
      ANY

Thanks,
Anil



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: two sink and one src custome plugin

mkonstapel

I think input-selector might be what you want: "Direct one out of N input streams to the output pad."

HTH,
Michiel

On 19-02-2021 08:18, anil0407 wrote:
Hi,

Thanks for your reply, like N-to-1 pipe fitting, can you suggest any
reference plugin if exist[opp to tee].
Pad Templates:
  SINK template: 'sink_%u'
    Availability: On request
    Capabilities:
      ANY
  
  SRC template: 'src'
    Availability: Always
    Capabilities:
      ANY

Thanks,
Anil




_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel