summaryrefslogtreecommitdiff
path: root/gst/gdp
AgeCommit message (Expand)AuthorFilesLines
2009-05-27gdppay: set caps on outgoing buffersWim Taymans1-0/+2
2008-10-16Don't install static libs for plugins. Fixes #550851 for base.Stefan Kost1-0/+1
2008-07-10Cleanup Plugin docs. Link to signals and properties. Fix sub-section titles. ...Stefan Kost2-16/+8
2008-06-20gst/gdp/gstgdppay.c: Fix a buffer memleak and remove a confusing and wrong de...Antoine Tremblay1-1/+2
2008-06-04gst/gdp/gstgdppay.c: Don't set caps on the buffers that contain a copy of the...Antoine Tremblay1-0/+30
2008-05-22Add some documentation comments, and some new headers to be scanned.Jan Schmidt2-0/+10
2008-05-21gst/gdp/gstgdppay.c: Close a buffer memory leak. Fixes bug #534071.Antoine Tremblay1-0/+3
2008-04-18gst/gdp/gstgdpdepay.c: Don't validate the payload if there isn't any.Edward Hervey1-4/+5
2008-03-27gst/gdp/gstgdpdepay.c: Check the body CRC (if set) when depayloading.Michael Smith1-0/+13
2008-03-22Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use static strings...Sebastian Dröge1-3/+4
2007-04-14gst/gdp/gstgdppay.c (gst_gdp_pay_chain): tests/check/pipelines/streamheader.c...Thomas Vander Stichele1-0/+9
2007-04-13debug changesThomas Vander Stichele1-3/+3
2007-04-12gst/gdp/gstgdppay.c: Make sure we set the IN_CAPS flag correctly.Wim Taymans1-2/+6
2007-04-10gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader, gst_gdp_pay_chain, gst_g...Thomas Vander Stichele1-5/+7
2007-04-10adding debuggingThomas Vander Stichele2-7/+27
2007-03-14add buffer loggingThomas Vander Stichele1-0/+7
2006-08-25gst/gdp/gstgdppay.c: Fix memory leaks and misleading debug messages, add a co...Michael Smith1-14/+26
2006-08-21adding a READMEThomas Vander Stichele1-0/+22
2006-08-21Move GDP plugin to -base from -bad. Closes #347783.Thomas Vander Stichele1-2/+2
2006-08-04gst/gdp/gstgdpdepay.c: Fix event parsing by gdpdepay. Fixes #349916.Zaheer Abbas Merali1-15/+11
2006-08-02gst/gdp/gstgdpdepay.c: Disable seeking.Wim Taymans3-198/+379
2006-07-31gst/gdp/gstgdpdepay.c: Consume all events except EOS because we generate even...Wim Taymans1-3/+31
2006-07-26gst/gdp/gstgdpdepay.c: proxying get/set caps is the wrong thing to do, since ...Thomas Vander Stichele1-4/+0
2006-07-17gst/gdp/: remove parent_class setting, BOILERPLATE does this fix typo in commentThomas Vander Stichele2-5/+1
2006-07-14build as a plugin, not a libThomas Vander Stichele1-0/+1
2006-07-13docs/plugins/: add more plugins and elements to docsThomas Vander Stichele2-1/+19
2006-06-23Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) and fix one GObject bo...Tim-Philipp Müller2-2/+2
2006-06-06adapt to new apiThomas Vander Stichele1-2/+2
2006-06-06configure.ac: enable building of GDP elementsThomas Vander Stichele3-38/+120
2006-06-02small fixesThomas Vander Stichele2-1/+5
2006-06-02gst/gdp/gstgdppay.c: add crc-header and crc-payload properties don't error ou...Thomas Vander Stichele1-19/+104
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2-4/+4
2006-05-22gst/gdp/: Handle error cases when calling functions do downwards state change...Thomas Vander Stichele4-24/+81
2006-05-22adding GDP payloader and depayloader. Build integration will follow later wh...Thomas Vander Stichele6-0/+1024