rtp: rtpbasedepayload: simplify code
authorTim-Philipp Müller <tim@centricular.com>
Fri, 15 Jul 2016 18:48:02 +0000 (19:48 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 15 Jul 2016 18:51:20 +0000 (19:51 +0100)
commita80c5466282e8c601a310d02c0a5602b6a936ebd
tree319bf2070b7cba83daecfc11f8d84d53d57c1eb0
parentc1d55f29a1a7a5de6e43c21d08991b305fedd788
rtp: rtpbasedepayload: simplify code

Remove unnecessary helper struct for callbacks. The bclass
member of the helper struct was not used, so we can just
remove it and the GET_CLASS() call and simplify the whole
affair by passing the depayloader directly to the callback.
gst-libs/gst/rtp/gstrtpbasedepayload.c