mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
depay: update some docs
This commit is contained in:
parent
9e787a0211
commit
6ffabccf04
1 changed files with 2 additions and 1 deletions
|
@ -120,7 +120,8 @@ struct _GstBaseRTPDepayloadClass
|
|||
gboolean (*packet_lost) (GstBaseRTPDepayload *filter, GstEvent *event);
|
||||
|
||||
/* the default implementation does the default actions for events but
|
||||
* implementation can override. */
|
||||
* implementation can override.
|
||||
* Since: 0.10.32 */
|
||||
gboolean (*handle_event) (GstBaseRTPDepayload * filter, GstEvent * event);
|
||||
|
||||
/*< private >*/
|
||||
|
|
Loading…
Reference in a new issue