summaryrefslogtreecommitdiff
path: root/gst/rtp/gstasteriskh263.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-29rtp: allow per feature registrationStéphane Cerveau1-7/+3
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM1-4/+4
2015-06-10rtp: Use GST_BUFFER_PTS() instead of GST_BUFFER_TIMESTAMP()Sebastian Dröge1-1/+1
2015-06-03asteriskh263: Un-rank clashing depayloaderNicolas Dufresne1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-07-17update for RTP buffer api changesWim Taymans1-4/+2
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-03-27caps: improve caps handlingWim Taymans1-2/+1
2012-01-25update for new memory APIWim Taymans1-6/+6
2012-01-17configure: Remove socket/winsock specific checksSebastian Dröge1-10/+0
2011-12-05rtp: Initialize GstRTPBuffer before usageEdward Hervey1-1/+1
2011-11-17add parent to pad functionsWim Taymans1-3/+4
2011-07-10rtp: port remaining to 0.11Mark Nauwelaerts1-32/+39
2010-12-21rtp: add RTP hint to the klassWim Taymans1-1/+1
2010-12-21rtp: fix rank of payloaders and depayloadersWim Taymans1-1/+1
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-8/+4
2009-12-23rtp: use boilerplateWim Taymans1-33/+5
2008-11-25gst/rtp/: Fix the descriptions and fix some email addresses.Wim Taymans1-2/+2
2008-04-25gst/: Use GLib versions of htonl, htons, ntohl and ntohs in order to avoid pr...Tim-Philipp Müller1-2/+2
2008-01-09gst/rtp/: Remove copy/paste unused code (property setters and getter) found b...Stefan Kost1-59/+8
2006-09-23gst/rtp/: Fix klass typos.Wim Taymans1-2/+2
2006-05-22fix descriptions and license blocks cut and paste anyone ?Thomas Vander Stichele1-1/+6
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+1
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost1-1/+1
2006-03-30better/unified long descriptionsWim Taymans1-6/+5
2006-03-15Fix memleak with gst_static_pad_template_get().Edward Hervey1-4/+3
2006-02-23ext/cdio/Makefile.am: Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be requ...Tim-Philipp Müller1-2/+4
2005-12-14gst-plugins-good/gst/rtp/: Fixed payload range in payloder caps. Removed payl...Philippe Kalaf1-1/+1
2005-12-01gst/rtp/: parsers are depayersThomas Vander Stichele1-1/+1
2005-12-01Do burger's rename for rtp payloaders and depayloadersThomas Vander Stichele1-7/+7
2005-11-14rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele1-1/+8
2005-10-24gst/rtp/: Added two new payloaders, an RFC 2190 payloader for h263 and a payl...Wim Taymans1-0/+306