summaryrefslogtreecommitdiff
path: root/gst/multipart/multipartmux.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-09multipartmux: Re-set need_segment flag after FLUSH_STOPOgnyan Tonchev1-0/+26
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-09-23multipartmux: send stream-start eventTim-Philipp Müller1-0/+12
2012-09-14fix more capsWim Taymans1-1/+1
2012-09-12collectpads: remove gst_collect_pads_add_pad_fullStefan Sauer1-1/+1
2012-08-27docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller1-1/+1
2012-08-08gst: Set alignment at the correct place of GstAllocationParamsSebastian Dröge1-3/+2
2012-04-17collectpads2: rename to collectpadsMark Nauwelaerts1-10/+10
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-03-15update for memory api changesWim Taymans1-2/+3
2012-01-10Merge branch 'master' into 0.11Sebastian Dröge1-11/+11
2012-01-03GST_FLOW_UNEXPECTED -> GST_FLOW_EOSWim Taymans1-1/+1
2011-12-14multipartmux: port to GstCollectPads2Vincent Penquerc'h1-10/+10
2011-11-28various: fix pad template leaksVincent Penquerc'h1-4/+2
2011-11-17add parent to pad functionsWim Taymans1-8/+4
2011-11-17collectpads: port API changesStefan Sauer1-1/+1
2011-11-04make %u in all request pad templatesWim Taymans1-3/+3
2011-08-03Merge branch 'master' into 0.11Wim Taymans1-1/+1
2011-07-20multipart: fix compiler warningAlessandro Decina1-1/+1
2011-07-10multipart: port to 0.11Wim Taymans1-78/+37
2011-07-03multipartmux: Add \r\n to tail of pushed buffersDavid Schleef1-1/+25
2010-10-13various (gst): add a missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-1/+1
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-8/+2
2010-03-17Add -Wmissing-declarations -Wmissing-prototypes warning flagsBenjamin Otte1-8/+8
2009-09-08multipartmux: mark data buffer as delta-unitMarc-André Lureau1-0/+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 Kost1-11/+5
2008-08-28gst/multipart/: Convert audio/x-adpcm to and from the audio/G726-X in the mux...Mersad Jelacic1-2/+22
2008-08-22gst/multipart/: Conform to RFC2046. audio/basic is mulaw 8000Hz mono.Zaheer Abbas Merali1-0/+13
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 Kost1-59/+1
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-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-09-16More G_OBJECT macro fixing.Stefan Kost1-1/+1
2006-07-28gst/multipart/multipartdemux.c: Uses GstAdapter instead of own buffering.Sjoerd Simons1-5/+14
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+1
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost1-1/+1
2006-03-30better/unified long descriptionsWim Taymans1-1/+1
2006-03-24gst/: use DEBUG_FUNCPTR for collectpadsStefan Kost1-1/+2
2005-12-08docs/plugins/Makefile.am: Add multipart elements.Julien Moutte1-0/+27
2005-12-06expand tabsThomas Vander Stichele1-1/+1
2005-12-05Update for alloc_buffer changes.Andy Wingo1-2/+3
2005-11-30Ported multipart mux/demux to 0.9.Julien Moutte1-177/+148
2005-10-12renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost1-1/+1