summaryrefslogtreecommitdiff
path: root/gst/rtpmanager/gstrtpssrcdemux.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-01rtpssrcdemux: Remove pads and reset the element also in READY->NULLSebastian Dröge1-1/+1
2021-05-25rtpssrcdemux: fix "data flow before segment event" crashHavard Graff1-14/+22
2021-05-25rtpssrcdemux: refactor destruction of GstRtpSsrcDemuxPadsHavard Graff1-18/+13
2021-05-25rtpssrcdemux: make naming consistentHavard Graff1-52/+52
2021-03-29rtpmanager: allow per feature registrationStéphane Cerveau1-0/+2
2020-02-11rtpssrcdemux: Handle RTCP APP packetsJohn Bassett1-0/+2
2020-02-11rtpssrcdemux: Bad RTP/RTCP packet is not fatalJohn Bassett1-8/+4
2020-02-11rtpssrcdemux: introduce max-streams propertyMikhail Fludkov1-6/+67
2019-11-17Don't pass default GLib marshallers for signalsNiels De Graef1-5/+3
2019-10-05documentation: fix a number of typosAaron Boxer1-2/+2
2019-06-04rtpssrcdemux: Avoid taking streamlock out-of-bandNicolas Dufresne1-38/+58
2019-05-13docs: Port all docstring to gtk-doc markdownThibault Saunier1-6/+6
2019-03-22rtpmanager: Register chain functions to debugOlivier Crête1-0/+3
2018-11-29rtpssrcdemux: Rename confusingly name lock macrosNicolas Dufresne1-16/+16
2018-11-29rtpssrcdemux: Hold on internal stream lock while pushing stickyNicolas Dufresne1-39/+6
2018-11-24rtpssrcdemux: Forward serialized events to all padsNicolas Dufresne1-1/+1
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM1-8/+8
2015-06-05rtpssrcdemux: Add support for reduce size rtcpJose Antonio Santos Cadenas1-2/+9
2014-06-29rtpssrcdemux: Fix compiler warning when compiling with G_DISABLE_ASSERTSebastian Dröge1-1/+1
2014-06-23gstrtpssrcdemux: manage ssrc of RTCP RR packetsMiguel París Díaz1-0/+3
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller1-2/+0
2013-09-23docs: update docs with 1.0 element namesWim Taymans1-3/+3
2013-08-04rtpmanager: use generic marshallerTim-Philipp Müller1-6/+5
2013-04-02rtpssrcdemux: Only forward stick events while holding the sinkpad stream lockOlivier Crête1-12/+53
2013-04-02rtpssrcdemux: No need to explicitely forward the capsOlivier Crête1-10/+0
2013-04-02rtpssrcdemux: Remove unused GstSegmentOlivier Crête1-9/+0
2013-04-02rtpssrcdemux: Simplify event forwardingOlivier Crête1-73/+40
2013-04-02rtpssrcdemux: Don't cross the internal linksOlivier Crête1-2/+4
2013-01-28rtpmanager: use C89-style commentsTim-Philipp Müller1-4/+4
2013-01-28rtp: Fix compilation errors in previous patchesOlivier Crête1-0/+2
2013-01-28rtpssrcdemux: Safely push on pads that might be removed due to a RTCP BYEPascal Buhler1-0/+22
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-08-27docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller1-1/+1
2012-08-08Silence some 'variable may be used uninitialized' compiler warningsTim-Philipp Müller1-0/+2
2012-08-06rtpssrcdemux: Block pad while it is announced.Olivier Crête1-0/+11
2012-08-04rtpssrcdemux: Release lock before signalling new padOlivier Crête1-21/+46
2012-07-17update for RTP buffer api changesWim Taymans1-2/+1
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-01-27rtpssrcdemux: Forward sticky events to new padsOlivier Crête1-0/+29
2012-01-27rtpssrcdemux: Add ssrc to forwarded CAPS eventsOlivier Crête1-28/+63
2012-01-27rtpssrccdemux: Factor out getting dpad by padOlivier Crête1-13/+22
2012-01-19port to new gthread APIWim Taymans1-8/+4
2012-01-10Merge branch 'master' into 0.11Sebastian Dröge1-0/+4
2011-12-12Suppress deprecation warnings in selected files, for g_static_rec_mutex_* mostlyTim-Philipp Müller1-0/+4
2011-12-10ssrcdemux: fix iterator and capsWim Taymans1-15/+16
2011-12-09rtp: fix marshallersWim Taymans1-2/+2
2011-12-05rtpmanager: Initialize GstRTPBuffer before usageEdward Hervey1-1/+1
2011-11-28various: fix pad template leaksVincent Penquerc'h1-8/+8
2011-11-17add parent to pad functionsWim Taymans1-26/+25
2011-11-16add parent to internal linksWim Taymans1-16/+8