summaryrefslogtreecommitdiff
path: root/gst/multipart
AgeCommit message (Expand)AuthorFilesLines
2009-09-08multipartmux: mark data buffer as delta-unitMarc-André Lureau1-0/+1
2009-06-22multipartdemux: post container-format tagTim-Philipp Müller1-4/+8
2009-05-21multipartdemux: add proper padtemplateWim Taymans1-1/+1
2009-05-21multipartdemux: add more mime typesWim Taymans1-7/+15
2009-05-21multipartdemux: add flow aggregationWim Taymans2-0/+34
2009-05-21multipartdemux: allow content to be empty.Arnout Vandecappelle1-22/+29
2009-05-05multipartdemux: avoid reading from inavlid memoryArnout Vandecappelle1-1/+4
2009-05-05multipartdemux: don't leak dynamic padsArnout Vandecappelle1-0/+8
2009-03-10makefile: fix typo in no-static plugins ruleStefan Kost1-1/+1
2009-01-29Add ' to framerate argument and remove the word 'simple' as all our pipelines...Stefan Kost1-2/+2
2009-01-28Update and add documentation for plugins with no deps (gst).Stefan Kost2-31/+18
2009-01-26Plug a memory leak in a debug message.Peter Kjellerstedt1-2/+2
2008-11-04Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost1-0/+1
2008-08-28gst/multipart/: Convert audio/x-adpcm to and from the audio/G726-X in the mux...Mersad Jelacic2-2/+26
2008-08-22gst/multipart/: Conform to RFC2046. audio/basic is mulaw 8000Hz mono.Zaheer Abbas Merali2-1/+19
2008-05-21gst/multipart/multipartdemux.*: Don't blindly copy the mime-type as the caps ...Patrick Radizi2-1/+49
2008-02-05gst/multipart/multipartmux.c: Fix caps memory leak. Fixes #514573.orjan1-1/+4
2008-01-15Re-add multipartdemux to the docs. Last round of section cleanup.Stefan Kost5-121/+189
2007-12-11gst/multipart/multipartdemux.c: Copy timestamp from input to output. Not very...Wouter Cloetens1-1/+4
2007-06-05gst/multipart/multipartmux.c: Add support for mapping gst structure names to ...Wim Taymans1-2/+48
2007-05-03gst/multipart/multipartmux.c: Fix timestamps on outgoing buffers.Wim Taymans1-4/+10
2007-05-03gst/multipart/multipartmux.c: Emit NEWSEGMENT events before pushing the first...Wim Taymans1-55/+52
2007-03-04gst/multipart/multipartdemux.c: Use gst_pad_new_from_static_template instead ...Jan Schmidt1-4/+5
2007-03-04Fix a bunch of leaks shown by the newly-added states test.Jan Schmidt1-3/+3
2007-01-25Use G_GSIZE_FORMAT in print statements for portability.Edward Hervey1-2/+4
2007-01-11gst/multipart/multipartmux.c: Return FLOW errors ASAP. Fixes #394977.Jonas Holmberg1-40/+70
2006-12-06gst/multipart/multipartmux.c: Keep track of the buffer timestamp in the colle...Wim Taymans1-6/+8
2006-11-27gst/multipart/multipartmux.c: Push header in a separate buffer instead of mem...Jonas Holmberg1-29/+26
2006-10-06gst/multipart/multipartdemux.c: Activate pads before adding.Wim Taymans1-2/+3
2006-09-16More G_OBJECT macro fixing.Stefan Kost2-2/+2
2006-09-15gst/multipart/multipartdemux.c: Fix documentation, it is not possible to cont...Wim Taymans1-4/+11
2006-08-17gst/multipart/multipartdemux.c: Accept leading whitespace before the boundarySjoerd Simons1-3/+17
2006-07-28gst/multipart/multipartdemux.c: Uses GstAdapter instead of own buffering.Sjoerd Simons2-207/+276
2006-06-22Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...Tim-Philipp Müller1-2/+0
2006-05-06Add semicolons after GST_BOILERPLATE[_FULL] so that indent doesn't mess up fo...Maciej Katafiasz1-2/+3
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost2-2/+2
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost1-1/+1
2006-03-30better/unified long descriptionsWim Taymans2-2/+2
2006-03-24gst/: use DEBUG_FUNCPTR for collectpadsStefan Kost1-1/+2
2006-02-16gst/multipart/multipartdemux.c: Applied #318663. Gives quite a few false posi...Wim Taymans1-15/+158
2005-12-16change some char* into char[]Stefan Kost1-1/+1
2005-12-08docs/plugins/Makefile.am: Add multipart elements.Julien Moutte2-7/+62
2005-12-06expand tabsThomas Vander Stichele1-1/+1
2005-12-05Update for alloc_buffer changes.Andy Wingo2-4/+7
2005-11-30Ported multipart mux/demux to 0.9.Julien Moutte3-244/+218
2005-11-14rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele1-1/+1
2005-10-12renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost2-2/+2
2005-09-23fix build and use of GST_LIBSThomas Vander Stichele1-1/+1
2005-09-02All plugins updated for element state changes.Andy Wingo2-24/+25
2005-08-28Updates for two-arg init from GST_BOILERPLATE.Andy Wingo1-2/+3