mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
basevideoencoder: Remove old ::getcaps() comment
This commit is contained in:
parent
cc447af202
commit
92c3aaa6e5
1 changed files with 0 additions and 2 deletions
|
@ -130,8 +130,6 @@ struct _GstBaseVideoEncoder
|
|||
* Event handler on the sink pad. This function should return
|
||||
* TRUE if the event was handled and should be discarded
|
||||
* (i.e. not unref'ed).
|
||||
* @getcaps: Optional, but recommended.
|
||||
* Provides src pad caps to baseclass.
|
||||
*
|
||||
* Subclasses can override any of the available virtual methods or not, as
|
||||
* needed. At minimum @handle_frame needs to be overridden, and @set_format
|
||||
|
|
Loading…
Reference in a new issue