summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2009-05-29pipeline: deprecate old methods, fix testWim Taymans2-18/+16
2009-05-29pipeline: use START_TIME to keep track of timeWim Taymans2-56/+55
2009-05-29bin: set the base_time and start_time betterWim Taymans1-5/+4
2009-05-29bin: make the bin set the start_time on elementsWim Taymans1-7/+14
2009-05-29element: add start_time field an methodsWim Taymans2-0/+71
2009-05-28pad: add pad private structureWim Taymans2-4/+17
2009-05-27buffer: avoid memory leaksWim Taymans1-4/+5
2009-05-27API: Add gst_message_{new,parse}_tag_full() to get/set the source padSebastian Dröge3-5/+84
2009-05-27Revert "element: Set the originating pad as message source in gst_element_fou...Sebastian Dröge1-2/+4
2009-05-25element: fix typo in commentsWim Taymans1-1/+1
2009-05-25clock: remove assertionWim Taymans1-1/+0
2009-05-25clock: enable monotonic clock when we canWim Taymans1-2/+12
2009-05-25pad: keep task ref before releasing the lockWim Taymans1-8/+8
2009-05-25gsttask: avoid join to return earlyWim Taymans1-8/+8
2009-05-24preset: fix update ruleStefan Kost1-3/+5
2009-05-22registry: don't free node-date and deref again. Fixes #580579Stefan Kost1-9/+3
2009-05-22registry: don't free node-date and deref again. Fixes #580579Stefan Kost1-3/+5
2009-05-22docs: fix gtk-doc warningsStefan Kost5-12/+12
2009-05-22docs: Fix up some documentation warnings.Jan Schmidt5-20/+32
2009-05-21docs: update docs for stream_time->running_timeWim Taymans5-26/+34
2009-05-20loadsave: fix requestpad handling and serialisation order.Hannes Bistry3-6/+11
2009-05-18docs: mention that GST_FORMAT_{PERCENT|BUFFERS} are not implementedTim-Philipp Müller1-3/+7
2009-05-17gstclock: Fix ABI breakage on 32 bit architecturesSebastian Dröge2-8/+9
2009-05-15[gstvalue] adds safety parenthesis to macros missing them.Thiago Santos1-13/+13
2009-05-15[gstutils] Adds more safety to GST_WRITE_* and GST_READ_ macros.Thiago Santos1-2/+2
2009-05-15clock: use seqlocks to parallellize readersWim Taymans2-28/+82
2009-05-15Makefile.am: update for added/moved/removed files that weren't dist-ed.Edward Hervey1-1/+1
2009-05-14element: Set the originating pad as message source in gst_element_found_tags_...Sebastian Dröge1-4/+2
2009-05-14element: add gst_element_lost_state_full()Wim Taymans2-5/+28
2009-05-13debugutils: show more pad-detailsStefan Kost1-35/+47
2009-05-13debugutils: layout improvementStefan Kost1-5/+5
2009-05-12Initialise some more types in gst_init(), esp. the new enum typesTim-Philipp Müller1-0/+4
2009-05-12systemclock: remove duplicate _get_type() function for GstClockTypeTim-Philipp Müller1-18/+1
2009-05-12ghostpad: remove deprecated APIStefan Kost1-16/+0
2009-05-12parse-launch: allow specifying GstElement properties via gst_parse_bin_from_d...Stefan Kost1-3/+36
2009-05-12bufferlist: make objects opaqueWim Taymans2-20/+20
2009-05-12bufferlist: fix a commentWim Taymans1-1/+1
2009-05-12bufferlist: hook up the pad functionsJonas Holmberg2-57/+327
2009-05-12bufferlist: add docs/build/debug/unittestJonas Holmberg5-0/+10
2009-05-12bufferlist: add bufferlist codeJonas Holmberg2-0/+932
2009-05-12gstbuffer: copy new buffer flags when copying metadata.Edward Hervey1-1/+2
2009-05-12element: fix posting of async-start messagesWim Taymans1-2/+12
2009-05-12API: Add gst_plugin_register_static_full()José Alburquerque2-9/+117
2009-05-12tags: API: Add functions to add single tags to GstTagList or GstTagSetterSebastian Dröge4-0/+59
2009-05-12GstURIHandler: Use get_type_full() vmethod if specified instead of get_type()Sebastian Dröge1-2/+7
2009-05-12xmlregistry: remove the old xml registryTim-Philipp Müller4-998/+0
2009-05-11tags: add a tag for the container formatTim-Philipp Müller2-0/+11
2009-05-11bin: fix debug messageTim-Philipp Müller1-3/+7
2009-05-12GstTask: fix compilationWim Taymans1-1/+4
2009-05-12TaskPool: remove _set_func()Wim Taymans3-36/+52