[gst-devel] Change File Locations for Container Formats that Have Headers
Edward Hervey
bilboed at gmail.com
Tue Jul 13 08:51:28 CEST 2010
On Mon, 2010-07-12 at 14:59 -0700, Wes Miller wrote:
> [WorkingAnswer]
>
> I really am not quite sure why my code started working. I made one
> significant change, I constructed the pipeline the "hard" way rather than
> using gst_parse_launch().
I'm pretty sure everybody who replied to your questions assumed you
were doing that in the first place.
People : Do not use gst_parse_launch() for anything more complicated
that "setup this pipeline and change its state". The moment you want to
start playing around with individual elements/pads, build the pipeline
yourself. It's not rocket science (as Wes mentions just below).
> This necessitated a pad-added callback and a
> link_to_mux() routine, both more or less straight outof the book. The logic
> is pretty much what s seen above.
>
> Good luck to whoever implements this next.
>
> Wes
More information about the gstreamer-devel
mailing list