summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2009-11-04element: access padtemplate list directly to avoid call and type check.Stefan Kost1-2/+2
2009-11-04event: Add a FIXME 0.11 for having flush events that don't reset running timeSebastian Dröge1-0/+4
2009-11-04registrychunks: Fix a printf compile warning on 64-bit platformsJan Schmidt1-1/+1
2009-11-04ghostpad: Make sure that nobody sets the proxypad or ghostpad itself as targetSebastian Dröge1-0/+2
2009-11-04plugin loader: Don't fail after a short read/writeJan Schmidt2-42/+61
2009-11-04plugin loader: Don't crash on bogus plugin detailsJan Schmidt1-13/+28
2009-11-02gsttypefind: avoid one more run-time type checkTim-Philipp Müller1-1/+1
2009-11-02structure: API: Add gst_structure_id_has_field{,_typed}Sebastian Dröge2-15/+63
2009-11-02gsttypefind: Use _CAST variants when the type has alredy been checked.Edward Hervey1-5/+5
2009-11-01ghostpad: Implement iterate internal linksSebastian Dröge1-0/+17
2009-10-31parser: Make sure that signal user data is freed by setting a GClosureNotifySebastian Dröge1-15/+13
2009-10-31parser: Use GSlice for allocating the structsSebastian Dröge1-8/+8
2009-10-31parser: Always get DelayedLink information from the objects qdataSebastian Dröge1-4/+7
2009-10-29queue2: Move queue2 to gstreamer corepluginsSebastian Dröge1-2224/+0
2009-10-29Remove GST_DEBUG_FUNCPTR where they're pointlessTim-Philipp Müller1-3/+3
2009-10-29queue2: add custom acceptcaps functionWim Taymans1-0/+20
2009-10-29queue2: post error message when pausing task if so appropriateMark Nauwelaerts1-0/+13
2009-10-29queue2: fix leak and improve bufferingWim Taymans1-2/+23
2009-10-29queue2: flush differently, avoiding deadlocksWim Taymans1-2/+15
2009-10-29queue2: add temp-template propertyWim Taymans1-27/+94
2009-10-29win32: fix seeking in large filesLRN1-1/+15
2009-10-29Make sure gettext returns translations in UTF-8 encoding rather than in the c...Frederic Crozat1-0/+1
2009-10-29Cleanup Plugin docs. Link to signals and properties. Fix sub-section titles. ...Stefan Kost1-3/+3
2009-10-29gst/playback/gstqueue2.c: Do not double notify. Remove the unsued return value.Stefan Kost1-6/+3
2009-10-29docs/design/draft-keyframe-force.txt: Fix typo.Wim Taymans1-1/+8
2009-10-29gst/playback/gstqueue2.c: Include extra buffering stats in the buffering mess...Wim Taymans1-2/+63
2009-10-29gst/playback/gstqueue2.c: Update the estimated input data when we push out a ...Wim Taymans1-18/+17
2009-10-29gst/playback/gstqueue2.c: The queue is never filled when there are no buffers...Wim Taymans1-0/+4
2009-10-29Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use static strings...Sebastian Dröge1-15/+18
2009-10-29gst/playback/gstqueue2.c: Use separate timers for input and output rates.Wim Taymans1-40/+92
2009-10-29gst/playback/gstqueue2.c: Pause the timer to measure the input rate when we b...Wim Taymans1-0/+11
2009-10-29gst/playback/: Refactor some common code to filter factories and check caps c...Wim Taymans1-1/+2
2009-10-29gst/playback/: Add playbin2.Wim Taymans1-1/+1
2009-10-29gst/playback/gstqueue2.c: Fix queue negotiation. See #486758.Wim Taymans1-12/+10
2009-10-29gst/playback/gstqueue2.c: Fix compilation wrt printf arguments.Wim Taymans1-1/+1
2009-10-29Fix a bunch of compile warnings shown with Forte.Jan Schmidt1-1/+1
2009-10-29gst/playback/gstqueue2.c: Also fix #476514 for queue2.Wim Taymans1-6/+91
2009-10-29gst/: Printf format fixes (#465028).Tim-Philipp Müller1-2/+1
2009-10-29gst/playback/gstqueue2.c: Use other metrics as well when estimating the buffe...Wim Taymans1-7/+7
2009-10-29gst/playback/gstplaybasebin.c: Small debug improvement.Wim Taymans1-8/+21
2009-10-29gst/playback/gstqueue2.c: Fix compile error from ignored return value.David Schleef1-1/+6
2009-10-29gst/playback/gstqueue2.c: Fix build on MacOSX.Edward Hervey1-1/+1
2009-10-29gst/playback/gstqueue2.c: Fix a division by zero when the max percent is <= 0...Wim Taymans1-6/+9
2009-10-29gst/playback/gstqueue2.c: Wait for preroll before attempting to forward a dur...Thiago Sousa Santos1-9/+50
2009-10-29gst/playback/gstqueue2.c: Fix compilation.Wim Taymans1-3/+3
2009-10-29gst/playback/gstqueue2.c: Add pull based scheduling and fix some deadlocks. F...Thiago Sousa Santos1-3/+113
2009-10-29Some more fseeko checks.Wim Taymans1-3/+10
2009-10-29gst/playback/gstqueue2.c: Include stdio to define fseeko.Wim Taymans1-0/+1
2009-10-29gst/playback/gstqueue2.c: Add support for filebased buffering. Fixes #441264.Thiago Sousa Santos1-15/+314
2009-10-29gst/playback/gstqueue2.c: Tweak the buffering thresholds a little.Wim Taymans1-30/+31