rtp: h265: remove codecparser dependency from h265 payloader/depayloader
authorTim-Philipp Müller <tim@centricular.com>
Fri, 5 Feb 2016 18:18:31 +0000 (18:18 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 16 Feb 2016 00:25:41 +0000 (00:25 +0000)
commit714d31ce308e1d2067da494553251876aa9f68e4
tree0a826ddecf3da862376bcfcd1b11e70312cfa5c9
parenta70c75782b93b650124eccd07960eaac234cecfa
rtp: h265: remove codecparser dependency from h265 payloader/depayloader

Looks like it just uses the NAL enums and nothing else from
the codecparsers, and that's the only reason it had to be
moved from -good to -bad when it was originally added. We
can probably keep those NAL enums up to date enough, so let's
remove the codecparser dependency so it can be moved back into
-good.

https://bugzilla.gnome.org/show_bug.cgi?id=761606
gst/rtp/gstrtph265depay.h
gst/rtp/gstrtph265pay.h
gst/rtp/gstrtph265types.h [new file with mode: 0644]