opposite of parse

Josh Doe josh at joshdoe.com
Fri Apr 20 05:32:09 PDT 2012


Silly question: what's the opposite of parse? I'm working with a
proprietary video container that only stores uncompressed frames
(simple header, minimal footers). I've written *parse (using
GstBaseParse), but now I need to be able to write to this format. *enc
doesn't make sense, since there's no encoding, and likewise with *mux
since there's no multiplexing (only video frames stored, no audio).
Thanks,
-Josh


More information about the gstreamer-devel mailing list