summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2008-03-03Correct all relevant warnings found by the sparse semantic code analyzer. Thi...BRANCH-RELEASE-0_10_19Sebastian Dröge1-1/+1
2008-03-03gst/mve/gstmvedemux.c: Fix audio discontinuity that happens when silent chunk...Jens Granseuer1-17/+13
2008-02-28gst/mpegtsparse/mpegtsparse.c: Only send PMTs to program pads that the PMT is...Zaheer Abbas Merali1-15/+56
2008-02-26gst/selector/gstoutputselector.c: Fix changing to same pad twice before a cha...Stefan Kost1-0/+5
2008-02-25gst/selector/gstinputselector.*: Added "select-all" property to make it work ...Stefan Kost3-9/+74
2008-02-23Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them when buildi...Tim-Philipp Müller1-1/+1
2008-02-22Some C89 fixes, moving variable declarations to the beginning of a block. Fix...Jens Granseuer3-16/+28
2008-02-20gst/rtpmanager/gstrtpbin.c: Fix small memory leak, leaking caps. Fixes #bug 5...Olivier Crete1-0/+2
2008-02-19gst/tta/Makefile.am: Link tta plugin with libm. Fixes bug #517391.Sebastian Dröge1-1/+1
2008-02-14gst/rtpmanager/gstrtpbin.c: Ignore streams that did not receive an SR packet ...Olivier Crete1-1/+4
2008-02-14gst/dvdspu/gstdvdspu.c: Set n_line_ctrl_i to 0 whenever we free line_ctrl_i. ...Sebastian Dröge1-0/+1
2008-02-14gst/mpegtsparse/: Make sure the gstmpegdesc debug lines do not critical when ...Zaheer Abbas Merali3-2/+12
2008-02-13gst/h264parse/gsth264parse.c: Fix potential buffer leak in reverse mode. Re-F...Josep Torra Valles1-0/+2
2008-02-12gst/h264parse/gsth264parse.c: Fix potential buffer leak in reverse mode. Fixe...Josep Torra Valles1-1/+8
2008-02-12gst/mpegvideoparse/mpegvideoparse.c: Fix leaking caps.Wim Taymans1-2/+9
2008-02-12Fix some finalize leaks by chaining up to the parent method.Jan Schmidt1-0/+2
2008-02-12gst/librfb/gstrfbsrc.c: Free the rfb decoder on finalize. Fixes bug #515721.Sebastian Dröge1-1/+5
2008-02-09gst/selector/Makefile.am: Listing the marshal.h in the nodist_HEADERS breaks ...Jan Schmidt1-1/+1
2008-02-08Remove multifile plugin, which has moved to -goodJan Schmidt7-912/+0
2008-02-08gst/multifile/: Use g_file_[sg]et_contents() instead of using stdio functions.David Schleef2-60/+31
2008-02-08Remove spectrum plugin, which has moved to -goodJan Schmidt8-1299/+0
2008-02-08Remove the equalizer plugin, which has moved to -goodJan Schmidt11-1724/+0
2008-02-08Remove the xingmux plugin, as the element has moved into mpegaudioparse in -u...Jan Schmidt3-783/+0
2008-02-07Remove lpwsinc and bpwsinc elements - they've become audiowsinclimit and audi...Jan Schmidt8-1847/+3
2008-02-07ext\neon\gstneonhttpsrc.c: Include unistd.h only if _HAVE_UNISTD_H is definedSébastien Moutte1-2/+3
2008-02-07gst/mpegtsparse/mpegtspacketizer.c: Parse component descriptor.Zaheer Abbas Merali2-2/+200
2008-02-07gst/multifile/gstmultifilesink.c: Add a fixme comment.Stefan Kost2-9/+9
2008-02-07gst/spectrum/gstspectrum.c: Improve the docs.Stefan Kost1-7/+7
2008-02-07gst/filter/gstlpwsinc.c: Fix typo in the long description of the element.Sebastian Dröge1-1/+1
2008-02-07gst/xingheader/Makefile.am: Put CFLAGS and LIBS in the right orderJan Schmidt1-2/+2
2008-02-05gst/mpegtsparse/mpegtsparse.c: Handle latency queries in src pads.Zaheer Abbas Merali1-0/+38
2008-02-05gst/mpegtsparse/mpegtspacketizer.c: Add flag to both sdt and nit structures t...Zaheer Abbas Merali1-2/+4
2008-02-05gst/mpegvideoparse/mpegvideoparse.c: Flush packetizer too.Josep Torre Valles1-0/+1
2008-02-01gst/selector/gstinputselector.c: Don't leak event on pads that are not linked...Wim Taymans1-0/+2
2008-02-01configure.ac: Bump core/base requirements to released versions, to avoid conf...Tim-Philipp Müller2-30/+35
2008-01-29gst/rtpmanager/gstrtpjitterbuffer.c: Try to get the new clock-rate from the b...Thijs Vermeir1-0/+7
2008-01-29Replace the switch plugin with the selector plugin. Add output- selector as t...Stefan Kost11-182/+736
2008-01-28gst/h264parse/gsth264parse.c: Try to avoid 'unused variable' compiler warning...Tim-Philipp Müller1-2/+4
2008-01-26gst/filter/: Don't implement get_unit_size() ourselves, the GstAudioFilter ba...Sebastian Dröge2-42/+0
2008-01-25gst/rtpmanager/gstrtpbin.c: Also handle lip-sync when the clock-rate is not p...Olivier Crete1-3/+47
2008-01-25gst/rtpmanager/: Remove the fixed clock-rate from the jitterbuffer and extend...Olivier Crete3-32/+11
2008-01-25gst/rtpmanager/gstrtpjitterbuffer.c: Remove old unused variable.Olivier Crete1-6/+9
2008-01-25gst/mpegtsparse/mpegtspacketizer.c: The logic for the guard interval calculat...Zaheer Abbas Merali1-4/+15
2008-01-25gst/rtpmanager/rtpsource.c: Fix unref of buffer using the wrong function. Fi...Olivier Crete1-1/+1
2008-01-24gst/mpegtsparse/: Fix network name descriptor, the length is actually the des...Zaheer Abbas Merali2-23/+16
2008-01-24gst/mpegtsparse/: Parse and add to relevant bus messages the terrestrial deli...Zaheer Abbas Merali2-83/+250
2008-01-23Add missing no_inst header files to Makefile.am so disting still worksChristian Schaller1-0/+4
2008-01-23Add documentation for the xingheader plugin.Sebastian Dröge2-22/+73
2008-01-23tests/check/: Add simple unit test for the xingmux element.Sebastian Dröge1-1/+19
2008-01-23gst/mpegtsparse/: Parsed the satellite delivery system descriptor and added i...Zaheer Abbas Merali2-2/+138