summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtpstreamdepay.c
AgeCommit message (Collapse)AuthorFilesLines
2021-03-29rtp: allow per feature registrationStéphane Cerveau1-7/+3
Split plugin into features including dynamic types which can be indiviually registered during a static build. More details here: https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/199 https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/661 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/876>
2019-05-13docs: Port all docstring to gtk-doc markdownThibault Saunier1-3/+4
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM1-4/+2
https://bugzilla.gnome.org/show_bug.cgi?id=763076
2015-08-04rtpstreamdepay: Only allow activation in push modeSebastian Dröge1-0/+14
We need a proper caps event from upstream with the full RTP caps as we can't create caps ourselves from thin air. Fixes usage of rtpstreamdepay after e.g. a filesrc or any other element that supports pull mode. https://bugzilla.gnome.org/show_bug.cgi?id=753066
2013-12-04rtpstreamdepay: Add RFC4571 RTP stream depayloading elementSebastian Dröge1-0/+219
https://bugzilla.gnome.org/show_bug.cgi?id=719829