summaryrefslogtreecommitdiffstats
path: root/gst/multipart/multipartmux.c
Commit message (Expand)AuthorAgeFilesLines
* multipartmux: mark data buffer as delta-unitMarc-André Lureau2009-09-081-0/+1
* Add ' to framerate argument and remove the word 'simple' as all our pipelines...Stefan Kost2009-01-291-2/+2
* Update and add documentation for plugins with no deps (gst).Stefan Kost2009-01-281-11/+5
* gst/multipart/: Convert audio/x-adpcm to and from the audio/G726-X in the mux...Mersad Jelacic2008-08-281-2/+22
* gst/multipart/: Conform to RFC2046. audio/basic is mulaw 8000Hz mono.Zaheer Abbas Merali2008-08-221-0/+13
* gst/multipart/multipartmux.c: Fix caps memory leak. Fixes #514573.orjan2008-02-051-1/+4
* Re-add multipartdemux to the docs. Last round of section cleanup.Stefan Kost2008-01-151-59/+1
* gst/multipart/multipartmux.c: Add support for mapping gst structure names to ...Wim Taymans2007-06-051-2/+48
* gst/multipart/multipartmux.c: Fix timestamps on outgoing buffers.Wim Taymans2007-05-031-4/+10
* gst/multipart/multipartmux.c: Emit NEWSEGMENT events before pushing the first...Wim Taymans2007-05-031-55/+52
* Fix a bunch of leaks shown by the newly-added states test.Jan Schmidt2007-03-041-3/+3
* Use G_GSIZE_FORMAT in print statements for portability.Edward Hervey2007-01-251-2/+4
* gst/multipart/multipartmux.c: Return FLOW errors ASAP. Fixes #394977.Jonas Holmberg2007-01-111-40/+70
* gst/multipart/multipartmux.c: Keep track of the buffer timestamp in the colle...Wim Taymans2006-12-061-6/+8
* gst/multipart/multipartmux.c: Push header in a separate buffer instead of mem...Jonas Holmberg2006-11-271-29/+26
* More G_OBJECT macro fixing.Stefan Kost2006-09-161-1/+1
* gst/multipart/multipartdemux.c: Uses GstAdapter instead of own buffering.Sjoerd Simons2006-07-281-5/+14
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+1
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-081-1/+1
* better/unified long descriptionsWim Taymans2006-03-301-1/+1
* gst/: use DEBUG_FUNCPTR for collectpadsStefan Kost2006-03-241-1/+2
* docs/plugins/Makefile.am: Add multipart elements.Julien Moutte2005-12-081-0/+27
* expand tabsThomas Vander Stichele2005-12-061-1/+1
* Update for alloc_buffer changes.Andy Wingo2005-12-051-2/+3
* Ported multipart mux/demux to 0.9.Julien Moutte2005-11-301-177/+148
* renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost2005-10-121-1/+1
* All plugins updated for element state changes.Andy Wingo2005-09-021-13/+13
* gst/multipart/multipartmux.c: whoops, last checkin broke normal buildBenjamin Otte2004-08-031-1/+1
* compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friendsBenjamin Otte2004-08-031-4/+2
* gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer): fix debugging logJohan Dahlin2004-08-021-1/+1
* gst/multipart/multipartmux.c: Fix memory leakWim Taymans2004-06-081-0/+1
* gst/multipart/: Small updates, fix a memleakWim Taymans2004-06-071-65/+51
* gst/multipart/multipartmux.c: OopsWim Taymans2004-06-021-1/+1
* gst/multipart/multipartmux.c: Added configurable boundary specifier, added th...Wim Taymans2004-06-021-22/+47
* ext/vorbis/vorbisdec.c: Initialise b_o_s and e_o_s variablesJan Schmidt2004-05-311-1/+1
* A plugin to add an alpha channel to I420 video. Can optionally do chroma keying.Wim Taymans2004-05-281-0/+593