rtpsession: fix typos and update parameters names in comments
authorAntonio Ospite <antonio.ospite@collabora.com>
Wed, 27 Feb 2019 15:45:54 +0000 (16:45 +0100)
committerAntonio Ospite <antonio.ospite@collabora.com>
Thu, 7 Mar 2019 11:41:40 +0000 (12:41 +0100)
commit43e4226844191af748b066c122742cbbefc75a5c
treed0c5e23719713fe65a07f213a022d1a027e9d533
parentb2b60c4d8f72fed91ef589958eaf0726fe11647f
rtpsession: fix typos and update parameters names in comments

Some functions now accept a generic 'gpointer data' parameter because
they can work either on a single buffer or a buffer list.

However the comments were still referring to the old 'GstBuffer *buffer'
parameter, so update the comments to match the actual functions
signature.
gst/rtpmanager/gstrtpsession.c
gst/rtpmanager/rtpsession.c
gst/rtpmanager/rtpsession.h