summaryrefslogtreecommitdiff
path: root/gst/gdp/gstgdpdepay.c
Commit message (Expand)AuthorAgeFilesLines
* gst-plugins: allow per feature registrationStéphane Cerveau2021-04-111-10/+3
* Revert "gdpdepay: don't use allocator if it has custom alloc"Víctor Manuel Jáquez Leal2018-02-081-9/+0
* gdpdepay: don't use allocator if it has custom allocVíctor Manuel Jáquez Leal2018-01-311-0/+9
* gdpdepay: don't allocation query if caps aren't fixedVíctor Manuel Jáquez Leal2018-01-311-0/+5
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-121-2/+2
* gdpdepay: Query for buffer allocator before using defaultChristoffer Stengren2016-04-031-1/+55
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-4/+4
* gdpdepay: Add ts-offset property to adjust buffer timestampsSebastian Dröge2016-01-281-0/+60
* plugins-bad: Fix example pipelinesVineeth TM2015-12-151-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* Use new gst_element_class_set_static_metadata()Tim-Philipp Müller2012-09-111-1/+1
* port to new map APIWim Taymans2012-09-111-4/+4
* gdp: move dataprotocol library into gdp plugin and make privateTim-Philipp Müller2012-09-111-1/+1
* add parent to pad functionsWim Taymans2012-09-111-12/+12
* update for adapter api changesWim Taymans2012-09-111-1/+1
* -base: port to new SEGMENT APIWim Taymans2012-09-111-1/+1
* -base: don't use buffer capsWim Taymans2012-09-111-1/+0
* gst: Use G_DEFINE_TYPE instead of GST_BOILERPLATESebastian Dröge2012-09-111-19/+13
* plugins: port some plugins to the new memory APIWim Taymans2012-09-111-10/+18
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2012-09-111-8/+4
* gdpdepay: Clear adapter on flush and state changeOlivier Crête2012-09-111-1/+7
* Remove GST_DEBUG_FUNCPTR where they're pointlessTim-Philipp Müller2012-09-111-1/+1
* Cleanup Plugin docs. Link to signals and properties. Fix sub-section titles. ...Stefan Kost2012-09-111-8/+4
* gst/gdp/gstgdpdepay.c: Don't validate the payload if there isn't any.Edward Hervey2012-09-111-4/+5
* gst/gdp/gstgdpdepay.c: Check the body CRC (if set) when depayloading.Michael Smith2012-09-111-0/+13
* debug changesThomas Vander Stichele2012-09-111-3/+3
* adding debuggingThomas Vander Stichele2012-09-111-2/+4
* add buffer loggingThomas Vander Stichele2012-09-111-0/+7
* gst/gdp/gstgdpdepay.c: Fix event parsing by gdpdepay. Fixes #349916.Zaheer Abbas Merali2012-09-111-15/+11
* gst/gdp/gstgdpdepay.c: Disable seeking.Wim Taymans2012-09-111-93/+176
* gst/gdp/gstgdpdepay.c: Consume all events except EOS because we generate even...Wim Taymans2012-09-111-3/+31
* gst/gdp/gstgdpdepay.c: proxying get/set caps is the wrong thing to do, since ...Thomas Vander Stichele2012-09-111-4/+0
* gst/gdp/: remove parent_class setting, BOILERPLATE does this fix typo in commentThomas Vander Stichele2012-09-111-2/+0
* docs/plugins/: add more plugins and elements to docsThomas Vander Stichele2012-09-111-1/+12
* Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) and fix one GObject bo...Tim-Philipp Müller2012-09-111-1/+1
* configure.ac: enable building of GDP elementsThomas Vander Stichele2012-09-111-0/+2
* small fixesThomas Vander Stichele2012-09-111-1/+1
* gst/gdp/: Handle error cases when calling functions do downwards state change...Thomas Vander Stichele2012-09-111-3/+24
* adding GDP payloader and depayloader. Build integration will follow later whe...Thomas Vander Stichele2012-09-111-0/+322
* move gdp plugin to good.Thomas Vander Stichele2006-08-211-457/+0
* gst/gdp/gstgdpdepay.c: Fix event parsing by gdpdepay. Fixes #349916.Zaheer Abbas Merali2006-08-041-15/+11
* gst/gdp/gstgdpdepay.c: Disable seeking.Wim Taymans2006-08-021-93/+176
* gst/gdp/gstgdpdepay.c: Consume all events except EOS because we generate even...Wim Taymans2006-07-311-3/+31
* gst/gdp/gstgdpdepay.c: proxying get/set caps is the wrong thing to do, since ...Thomas Vander Stichele2006-07-261-4/+0
* gst/gdp/: remove parent_class setting, BOILERPLATE does this fix typo in commentThomas Vander Stichele2006-07-171-2/+0
* docs/plugins/: add more plugins and elements to docsThomas Vander Stichele2006-07-131-1/+12
* Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) and fix one GObject bo...Tim-Philipp Müller2006-06-231-1/+1
* configure.ac: enable building of GDP elementsThomas Vander Stichele2006-06-061-0/+2
* small fixesThomas Vander Stichele2006-06-021-1/+1
* gst/gdp/: Handle error cases when calling functions do downwards state change...Thomas Vander Stichele2006-05-221-3/+24