summaryrefslogtreecommitdiff
path: root/gst/gdp
Commit message (Expand)AuthorAgeFilesLines
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* gdp: actually log generic dataprotocol stuff to gdp categoryTim-Philipp Müller2013-02-111-0/+3
* gdppay: fix buffer leak when new caps are same as old capsTim 'mithro' Ansell2013-02-071-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-048-16/+16
* gdp: dump bytes into debug log using GST_MEMDUMPTim-Philipp Müller2012-09-111-28/+5
* update for new variable namesWim Taymans2012-09-111-5/+5
* gdppay: plug buffer leakMark Nauwelaerts2012-09-111-0/+1
* Use new gst_element_class_set_static_metadata()Tim-Philipp Müller2012-09-112-2/+2
* gst: Update for GST_PLUGIN_DEFINE() API changeSebastian Dröge2012-09-111-1/+1
* Improve buffer allocation of wrapped memoryWim Taymans2012-09-111-12/+4
* update for buffer api changeWim Taymans2012-09-111-5/+5
* update for buffer changesWim Taymans2012-09-111-3/+3
* update for memory api changesWim Taymans2012-09-111-1/+1
* update for new memory apiWim Taymans2012-09-111-5/+5
* gdppay: fixup for changed capsWim Taymans2012-09-111-28/+4
* dataprotocol: don't define default CategoryWim Taymans2012-09-111-1/+0
* update for HEADER flag changesWim Taymans2012-09-112-17/+15
* port to new map APIWim Taymans2012-09-112-10/+9
* gdp: move dataprotocol library into gdp plugin and make privateTim-Philipp Müller2012-09-116-8/+13
* gdp: fix header filesWim Taymans2012-09-111-32/+32
* gdp: rename buffer PREROLL -> LIVE flagWim Taymans2012-09-111-1/+1
* gdp: make new _buffer_allocate methodWim Taymans2012-09-111-1/+2
* gdp: Rework GstSegment handlingWim Taymans2012-09-111-1/+1
* gdp: Hide the GstStructure in GstEventWim Taymans2012-09-111-2/+4
* gdp: add docs for GstDPPacketizerStefan Kost2012-09-111-0/+10
* gdp: port code to new buffer data APIWim Taymans2012-09-111-2/+8
* gdp: remove deprecated codeWim Taymans2012-09-112-184/+0
* gdp: make public enum _get_type() functions thread-safeTim-Philipp Müller2012-09-111-5/+6
* gdp: dataprotocol, lfocontrolsource: fix enum value name in enums that are pu...Tim-Philipp Müller2012-09-111-2/+2
* gdp: Fixes for -Wmissing-declarations -Wmissing-prototypesBenjamin Otte2012-09-111-0/+15
* gdp: Make code safe for -Wredundant-declsBenjamin Otte2012-09-111-1/+0
* gdp: fix broken xrefs in docsStefan Kost2012-09-111-3/+3
* gdp: Don't write to the same region of memory as a uint64 and uint16 as this ...Sebastian Dröge2012-09-111-4/+1
* gdp: When calculating GDP body CRC, use the correct pointer.Michael Smith2012-09-111-1/+1
* gdp: Correct all relevant warnings found by the sparse semantic code analyzer...Sebastian Dröge2012-09-111-3/+3
* gdp: Fix empty prototypes. Fixes bug #507957.Damien Lespiau2012-09-111-1/+1
* gdp: g_type_class_ref() other types as well, see #349410 and #64764.Tim-Philipp Müller2012-09-111-1/+1
* gdp: Printf fixes.Tim-Philipp Müller2012-09-111-1/+1
* gdp: GST_DISABLE_DEPRECATED is only for users of API that don't want to see d...Andy Wingo2012-09-111-4/+4
* gdp: add gst_object_{s,g}et_control_rate(), add private data section, fix docsStefan Kost2012-09-112-2/+15
* gdp: Make debug category staticWim Taymans2012-09-111-38/+104
* gdp: fix failure to deserialize event packets with empty payload (only ev...Thomas Vander Stichele2012-09-111-7/+8
* gdp: add a gdp image to the docsThomas Vander Stichele2012-09-111-0/+4
* gdp: add note to docs about GDP versioning; remove tmpl fileThomas Vander Stichele2012-09-111-0/+6
* gdp: add a GstDPPacketizer object, and create/free functionsThomas Vander Stichele2012-09-112-88/+367
* gdp: factor out CRC codeThomas Vander Stichele2012-09-111-42/+16
* gdp: factor out some common header init codeThomas Vander Stichele2012-09-111-31/+24
* gdp: make gst_dp_crc() publicThomas Vander Stichele2012-09-112-2/+15
* gdp: make sure we zero the whole ABI-compatible areaThomas Vander Stichele2012-09-111-2/+3
* gdp: whitespace, comment, doc fixupThomas Vander Stichele2012-09-111-1/+1