summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtph263ppay.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM1-4/+4
2015-08-11rtp: Copy metadata in the (de)payloader, but only the relevant onesSebastian Dröge1-0/+4
2015-07-02rtph263ppay: Generate buffer lists and attach the payload directly instead of...Sebastian Dröge1-30/+48
2015-06-10rtp: Use GST_BUFFER_PTS() instead of GST_BUFFER_TIMESTAMP()Sebastian Dröge1-2/+2
2014-08-08rtph263ppay: Unref pad template caps after useSebastian Rasmussen1-2/+4
2013-07-08rtph263ppay: Don't pass upstream filter caps to downstreamSebastian Dröge1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-09-07rtph263ppay: plug caps leakMark Nauwelaerts1-1/+4
2012-07-06rtph263ppay: accept any h263 input unless downstream forces specific requirem...Tim-Philipp Müller1-2/+15
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-03-27caps: improve caps handlingWim Taymans1-5/+5
2012-03-11fix for caps api changesWim Taymans1-23/+25
2012-01-25Merge branch 'master' into 0.11Sebastian Dröge1-1/+2
2012-01-16rtph263ppay: fix caps leakVincent Penquerc'h1-1/+2
2011-11-28various: fix pad template leaksVincent Penquerc'h1-4/+4
2011-11-15_peer_get_caps() -> _peer_query_caps()Wim Taymans1-2/+2
2011-11-11update for base class renameWim Taymans1-21/+21
2011-11-10update for adapter api changesWim Taymans1-1/+1
2011-11-10update for changed base classesWim Taymans1-3/+4
2011-11-09h263ppay: report to 0.11Wim Taymans1-3/+5
2011-11-09Merge branch 'master' into 0.11Wim Taymans1-1/+394
2011-11-08rtph263ppay: Return the sink pad template as sink caps, not the src'sOlivier Crête1-1/+1
2011-11-08rtph263ppay: Also implement size/framerate restrictions in getcapsOlivier Crête1-7/+157
2011-11-08rtph263ppay: Implement getcaps following RFC 4629, picks the right annexesOlivier Crête1-1/+244
2011-09-06Merge branch 'master' into 0.11Wim Taymans1-1/+24
2011-09-05rtph263ppay: Set H263-2000 if thats what the other side wantsOlivier Crête1-1/+23
2011-06-13rtp: port to 0.11Wim Taymans1-23/+23
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-10-13various (gst): add a missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-1/+2
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-8/+4
2009-12-24rtph263ppay: use faster _adapter_copy() whem possibleWim Taymans1-3/+1
2009-12-23rtp: use boilerplateWim Taymans1-33/+5
2009-04-18Remove trivial unused variables detected by CLang static analyzer.Edward Hervey1-2/+0
2009-04-18Remove unused variables in _class_initEdward Hervey1-2/+0
2008-11-25gst/rtp/: Fix the descriptions and fix some email addresses.Wim Taymans1-3/+3
2008-10-27gst/rtp/gstrtpL16depay.c: Check if clock-rate and channels are valid.Wim Taymans1-7/+9
2008-01-09gst/rtp/: Remove copy/paste unused code (property setters and getter) found b...Stefan Kost1-1/+0
2007-08-20gst/rtp/: Added an H263 depayloader. Fixes #369392.Wim Taymans1-9/+15
2007-05-21gst/rtp/gstrtph263ppay.c: Fix enum registration.Wim Taymans1-2/+2
2007-05-21gst/rtp/gstrtph263ppay.*: Add new fragmentation mode base on GOB headers. Fix...Antoine Tremblay1-8/+129
2007-01-24gst/rtp/: Fix caps with payload numbers.Wim Taymans1-1/+1
2006-11-16gst/rtp/: Specify H.263 variant and version in the caps (fixes #361637)Ville Syrjala1-1/+2
2006-11-08gst/rtp/: Fix element descriptions.Christian Schaller1-1/+1
2006-09-20gst/rtp/: Correctly calculate size of each H263+ RTP buffer taking into accou...Philippe Kalaf1-6/+14
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
2005-12-14gst-plugins-good/gst/rtp/: Fixed payload range in payloder caps. Removed payl...Philippe Kalaf1-1/+1