summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2008-03-24Make rganalysis and rglimiter elements GAP-flag aware.Rene Stadler2-1/+16
2008-03-22Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use static strings...Sebastian Dröge1-3/+3
2008-03-20gst/selector/gstinputselector.c: Do g_object_notify() only when not holding t...Wim Taymans1-5/+12
2008-03-20gst/selector/gstinputselector.c: Release the selector lock when pad alloc hap...Wim Taymans1-0/+2
2008-03-20gst/selector/gstinputselector.c: Add pad property to configure behaviour of t...Wim Taymans1-22/+69
2008-03-20gst/selector/gstinputselector.*: Figure out the locking a bit more.Wim Taymans2-110/+200
2008-03-20gst/bayer/gstbayer2rgb.c: Include stdlib.h for abs.Stefan Kost1-0/+1
2008-03-19gst/freeze/: Add example to source code documentation blob and remove the 3 lineStefan Kost4-6/+33
2008-03-14gst/bayer/gstbayer2rgb.c: Significant improvements. Fixes #521392.William M. Brack1-121/+398
2008-03-14gst/selector/gstinputselector.c: Add lots of debugging.Wim Taymans1-12/+41
2008-03-13gst/selector/gstinputselector.*: Various cleanups.Wim Taymans4-74/+132
2008-03-13Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead of hardcodin...Sebastian Dröge2-2/+2
2008-03-11gst/rtpmanager/rtpsession.*: Implement collision and loop detection in rtpman...Olivier Crete4-22/+253
2008-03-11gst/rtpmanager/gstrtpsession.c: Avoid a deadlock when joining the RTCP thread...Ole André Vadla Ravnås1-4/+36
2008-03-11gst/rtpmanager/rtpjitterbuffer.c: Don't try to reset the clock skew when we h...Stefan Kost1-1/+1
2008-03-04gst/mpegtsparse/: Add parsing of cable delivery system descriptor.Zaheer Abbas Merali2-0/+94
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