summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtpg723pay.c
Commit message (Expand)AuthorAgeFilesLines
* rtp: allow per feature registrationStéphane Cerveau2021-03-291-8/+3
* rtp*pay: Allocate using the base class for audio codecsOlivier Crête2020-07-171-2/+3
* rtp: cache meta tag quarks and add more utility functions for metasTim-Philipp Müller2017-05-241-2/+1
* good: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-4/+4
* rtp: copy metadata in the (de)payloaders which is missed beforeHyunjun Ko2015-08-171-1/+2
* rtp: Copy metadata in the (de)payloader, but only the relevant onesSebastian Dröge2015-08-111-1/+4
* rtppayload: set standard payload type as defaultHyunjun Ko2015-08-061-13/+2
* rtpg723pay: Attach payload buffer to the output instead of copyingSebastian Dröge2015-07-011-7/+5
* rtp: Use GST_BUFFER_PTS() instead of GST_BUFFER_TIMESTAMP()Sebastian Dröge2015-06-101-2/+2
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* Use new gst_element_class_set_static_metadata()Tim-Philipp Müller2012-04-101-2/+2
* update for new memory APIWim Taymans2012-01-251-12/+11
* Fix printf format compiler warnings on OS X / 64bitMatej Knopp2011-11-221-2/+3
* update for base class renameWim Taymans2011-11-111-12/+12
* update for changed base classesWim Taymans2011-11-101-4/+4
* rtp: port more to 0.11Wim Taymans2011-04-251-23/+24
* rtp: add RTP hint to the klassWim Taymans2010-12-211-1/+1
* rtp: fix rank of payloaders and depayloadersWim Taymans2010-12-211-1/+1
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-7/+4
* Add -Wredundant-decls warning flagBenjamin Otte2010-03-171-2/+0
* rtpg723pay: rewrite payloaderWim Taymans2010-01-051-152/+168
* rtp: add G723 payloaderTiago Katcipis2009-12-171-0/+305