index
:
~arun/gst-plugins-good
master
osxaudio
Unnamed repository; edit this file 'description' to name the repository.
arun
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
multipart
/
multipartmux.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-09
multipartmux: Re-set need_segment flag after FLUSH_STOP
Ognyan Tonchev
1
-0
/
+26
2012-11-04
Fix FSF address
Tim-Philipp Müller
1
-2
/
+2
2012-09-23
multipartmux: send stream-start event
Tim-Philipp Müller
1
-0
/
+12
2012-09-14
fix more caps
Wim Taymans
1
-1
/
+1
2012-09-12
collectpads: remove gst_collect_pads_add_pad_full
Stefan Sauer
1
-1
/
+1
2012-08-27
docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvert
Tim-Philipp Müller
1
-1
/
+1
2012-08-08
gst: Set alignment at the correct place of GstAllocationParams
Sebastian Dröge
1
-3
/
+2
2012-04-17
collectpads2: rename to collectpads
Mark Nauwelaerts
1
-10
/
+10
2012-04-10
Use new gst_element_class_set_static_metadata()
Tim-Philipp Müller
1
-1
/
+1
2012-03-15
update for memory api changes
Wim Taymans
1
-2
/
+3
2012-01-10
Merge branch 'master' into 0.11
Sebastian Dröge
1
-11
/
+11
2012-01-03
GST_FLOW_UNEXPECTED -> GST_FLOW_EOS
Wim Taymans
1
-1
/
+1
2011-12-14
multipartmux: port to GstCollectPads2
Vincent Penquerc'h
1
-10
/
+10
2011-11-28
various: fix pad template leaks
Vincent Penquerc'h
1
-4
/
+2
2011-11-17
add parent to pad functions
Wim Taymans
1
-8
/
+4
2011-11-17
collectpads: port API changes
Stefan Sauer
1
-1
/
+1
2011-11-04
make %u in all request pad templates
Wim Taymans
1
-3
/
+3
2011-08-03
Merge branch 'master' into 0.11
Wim Taymans
1
-1
/
+1
2011-07-20
multipart: fix compiler warning
Alessandro Decina
1
-1
/
+1
2011-07-10
multipart: port to 0.11
Wim Taymans
1
-78
/
+37
2011-07-03
multipartmux: Add \r\n to tail of pushed buffers
David Schleef
1
-1
/
+25
2010-10-13
various (gst): add a missing G_PARAM_STATIC_STRINGS flags
Stefan Kost
1
-1
/
+1
2010-03-18
gst_element_class_set_details => gst_element_class_set_details_simple
Benjamin Otte
1
-8
/
+2
2010-03-17
Add -Wmissing-declarations -Wmissing-prototypes warning flags
Benjamin Otte
1
-8
/
+8
2009-09-08
multipartmux: mark data buffer as delta-unit
Marc-André Lureau
1
-0
/
+1
2009-01-29
Add ' to framerate argument and remove the word 'simple' as all our pipelines...
Stefan Kost
1
-2
/
+2
2009-01-28
Update and add documentation for plugins with no deps (gst).
Stefan Kost
1
-11
/
+5
2008-08-28
gst/multipart/: Convert audio/x-adpcm to and from the audio/G726-X in the mux...
Mersad Jelacic
1
-2
/
+22
2008-08-22
gst/multipart/: Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
Zaheer Abbas Merali
1
-0
/
+13
2008-02-05
gst/multipart/multipartmux.c: Fix caps memory leak. Fixes #514573.
orjan
1
-1
/
+4
2008-01-15
Re-add multipartdemux to the docs. Last round of section cleanup.
Stefan Kost
1
-59
/
+1
2007-06-05
gst/multipart/multipartmux.c: Add support for mapping gst structure names to ...
Wim Taymans
1
-2
/
+48
2007-05-03
gst/multipart/multipartmux.c: Fix timestamps on outgoing buffers.
Wim Taymans
1
-4
/
+10
2007-05-03
gst/multipart/multipartmux.c: Emit NEWSEGMENT events before pushing the first...
Wim Taymans
1
-55
/
+52
2007-03-04
Fix a bunch of leaks shown by the newly-added states test.
Jan Schmidt
1
-3
/
+3
2007-01-25
Use G_GSIZE_FORMAT in print statements for portability.
Edward Hervey
1
-2
/
+4
2007-01-11
gst/multipart/multipartmux.c: Return FLOW errors ASAP. Fixes #394977.
Jonas Holmberg
1
-40
/
+70
2006-12-06
gst/multipart/multipartmux.c: Keep track of the buffer timestamp in the colle...
Wim Taymans
1
-6
/
+8
2006-11-27
gst/multipart/multipartmux.c: Push header in a separate buffer instead of mem...
Jonas Holmberg
1
-29
/
+26
2006-09-16
More G_OBJECT macro fixing.
Stefan Kost
1
-1
/
+1
2006-07-28
gst/multipart/multipartdemux.c: Uses GstAdapter instead of own buffering.
Sjoerd Simons
1
-5
/
+14
2006-04-25
Define GstElementDetails as const and also static (when defined as global)
Stefan Kost
1
-1
/
+1
2006-04-08
Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
Stefan Kost
1
-1
/
+1
2006-03-30
better/unified long descriptions
Wim Taymans
1
-1
/
+1
2006-03-24
gst/: use DEBUG_FUNCPTR for collectpads
Stefan Kost
1
-1
/
+2
2005-12-08
docs/plugins/Makefile.am: Add multipart elements.
Julien Moutte
1
-0
/
+27
2005-12-06
expand tabs
Thomas Vander Stichele
1
-1
/
+1
2005-12-05
Update for alloc_buffer changes.
Andy Wingo
1
-2
/
+3
2005-11-30
Ported multipart mux/demux to 0.9.
Julien Moutte
1
-177
/
+148
2005-10-12
renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...
Stefan Kost
1
-1
/
+1
[next]