Fix comment.

This commit is contained in:
gb 2010-05-12 14:10:38 +00:00 committed by Gwenole Beauchesne
parent 99b1adce4f
commit 91c4c2c6b5

View file

@ -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;