summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-300.10.32.4 pre-releaseHEADmasterTim-Philipp Müller8-39/+25
2011-04-29pluginfeature: include plugin.h in header where we use a GstPlugin pointerTim-Philipp Müller1-0/+1
2011-04-270.10.32.3 pre-releaseTim-Philipp Müller9-51/+44
2011-04-26Revert lockfree GstBus for the releaseTim-Philipp Müller4-116/+107
2011-04-25minor inline documentation fixDavid Schleef1-1/+1
2011-04-24Automatic update of common submoduleTim-Philipp Müller1-0/+0
2011-04-24tests: clean up properly in the bin test_link_structure_change unit testTim-Philipp Müller1-1/+3
2011-04-24registry: when removing a cached-but-no-longer-existing plugin, only remove f...Tim-Philipp Müller1-6/+4
2011-04-24pluginfeature: store pointer to plugin in addition to the plugin nameTim-Philipp Müller5-4/+25
2011-04-24registry: use TRACE log level to log files that don't look like pluginsTim-Philipp Müller1-3/+3
2011-04-21basetransform: fix negotiation regressionThiago Santos1-1/+3
2011-04-21tests: add simple pipeline-in-pipeline unit testTim-Philipp Müller1-0/+33
2011-04-21bus: also allow popping a message without timeout if no poll availableMark Nauwelaerts1-2/+5
2011-04-19pad: unlock before freeing the cache to avoid deadlockHavard Graff1-2/+2
2011-04-19basetransform: don't unref trans until the function is done using itHavard Graff1-1/+1
2011-04-19docs: add note/warning to gst_index_get_writer_id() docs about the OBJECT_LOCKTim-Philipp Müller1-0/+6
2011-04-19baseparse: don't deadlock when setting external indexTim-Philipp Müller1-10/+19
2011-04-19baseparse: make fmtlist constantTim-Philipp Müller1-1/+1
2011-04-19query: const-ify formats arguments to gst_query_set_formatsv()Tim-Philipp Müller2-2/+3
2011-04-16docs: remove reference to baseparse API that didn't make itTim-Philipp Müller1-2/+2
2011-04-160.10.32.2 pre-releaseTim-Philipp Müller8-13/+85
2011-04-16po: update translationsTim-Philipp Müller37-161/+681
2011-04-16gst-launch: remove newline from translatable stringTim-Philipp Müller1-1/+1
2011-04-16gst: gobject-introspection scanner doesn't need to scan or update plugin infoTim-Philipp Müller1-1/+2
2011-04-16gst: make sure gobject-introspection scanner calls gst_init()Sebastian Dröge1-0/+1
2011-04-16libs: gobject-introspection scanner doesn't need to scan or update plugin infoTim-Philipp Müller5-0/+5
2011-04-16libs: make sure gobject-introspection scanner calls gst_init()Tim-Philipp Müller5-0/+5
2011-04-16win32: add new baseparse API to libgstbase.defTim-Philipp Müller1-0/+3
2011-04-16win32: Add exports for the GstParseContext and GstBufferListIterator typesSebastian Dröge1-0/+2
2011-04-15pluginloader: only run gst-plugin-scanner with /usr/bin/arch wrapper on OS X ...Tim-Philipp Müller1-22/+62
2011-04-15baseparse: expose gst_base_parse_frame_free() for completenessTim-Philipp Müller3-3/+7
2011-04-15baseparse: init frames on the stack with gst_base_parse_frame_init()Tim-Philipp Müller1-1/+3
2011-04-15baseparse: more debug logging, minor clean-upTim-Philipp Müller1-9/+28
2011-04-15baseparse: change gst_base_parse_frame_init() to not take a GstBaseParse argu...Tim-Philipp Müller2-6/+4
2011-04-15baseparse: make GstBaseParseFrame handling more bindings-friendlyTim-Philipp Müller2-34/+70
2011-04-15baseparse: register boxed type for GstBaseFrameParseTim-Philipp Müller2-8/+36
2011-04-15queue2: Add missing ) to the ring-buffer-max-size property descriptionSebastian Dröge1-1/+1
2011-04-15baseparse: Remove unused but set variableRobert Swain1-3/+0
2011-04-14bufferlist: Add boxed type for GstBufferListIterator for gobject-introspectionSebastian Dröge3-0/+31
2011-04-14parse: Add boxed type for GstParseContext for gobject-introspectionSebastian Dröge3-0/+40
2011-04-14gst: Add some more gobject-introspection annotationsSebastian Dröge8-23/+23
2011-04-14multiqueue: Don't leak the sinkpad nameSebastian Dröge1-1/+1
2011-04-14multiqueue: Don't leak pads in the named pads unit testSebastian Dröge1-0/+2
2011-04-14utils: Fix caps leaks in gst_element_factory_can_accept_{any,all}_caps_in_dir...Sebastian Dröge1-4/+12
2011-04-13parser: Allow element names to begin with digitsDavid Schleef2-1/+15
2011-04-13tests: Add test for greatest common divisorDavid Schleef1-0/+23
2011-04-13elements: Fix pad callbacks so they handle when parent goes awayOle André Vadla Ravnås5-9/+64
2011-04-13base: Fix pad callbacks so they handle when parent goes awayOle André Vadla Ravnås2-2/+19
2011-04-13ghostpad: Fix pad callbacks so they handle when parent goes awayOle André Vadla Ravnås1-5/+26
2011-04-13queue2: prevent calculation with GST_CLOCK_TIME_NONE in update_time_level()Janne Grunau1-1/+3