[gstreamer-bugs] [Bug 601236] [flvmux] script tag with index gets written at end of file, contains all tags

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Mar 15 02:10:19 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=601236
  GStreamer | gst-plugins-good | git

--- Comment #16 from Jan <wulczer at wulczer.org> 2010-03-15 09:10:15 UTC ---
(In reply to comment #15)
> (From update of attachment 156157 [details])
> We can't do that because it would break the API of the element (different pad
> template names).
> 
> What exactly is the problem you want to fix with this patch? gst_parse_launch()
> linking problems?

My use case is that I'm receiving gdp encoded data from the network, so I first
plug two fdsrc elements (followed by gdpdepay) into the muxer, and the decision
which pad is audio and which is video is taken only after the connection is
estabilished.

So I'm trying to do something similar to

gst-launch tcpclientsrc port=10000 ! gdpdepay ! queue ! flvmux name=muxer
tcpclientsrc port=20000 ! gdpdepay ! queue ! muxer. muxer. ! fakesink

and I get "already have a video pad" error from the muxer. I might be able to
fix it by putting capsfilters after the gdp depayloaders, but I see that for
instance oggmux has just one sink_%d request pad that accepts both audio and
video.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list