mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
Fix comment.
This commit is contained in:
parent
99b1adce4f
commit
91c4c2c6b5
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ lookup_through_peer_buffer(GstElement *element)
|
|||
|
||||
GST_DEBUG("looking for a GstVaapiVideoBuffer from peer");
|
||||
|
||||
/* Lookup for a GstVaapiVideoBuffer from peer */
|
||||
/* Look for a GstVaapiVideoBuffer from peer */
|
||||
pad = gst_element_get_static_pad(element, "src");
|
||||
if (!pad)
|
||||
return NULL;
|
||||
|
|
Loading…
Reference in a new issue