diff --git a/examples/plugins/example.c b/examples/plugins/example.c index 7af17700a7..9b0d6192e6 100644 --- a/examples/plugins/example.c +++ b/examples/plugins/example.c @@ -235,7 +235,7 @@ gst_example_chain (GstPad *pad, GstBuffer *buf) /* If we are supposed to be doing something, here's where it happens. */ if (example->active) { /* In this example we're going to copy the buffer to another one, - * so we need to allocate a new buffer first. + * so we need to allocate a new buffer first. */ outbuf = gst_buffer_new(); /* We need to copy the size and offset of the buffer at a minimum. */ diff --git a/tests/old/examples/plugins/example.c b/tests/old/examples/plugins/example.c index 7af17700a7..9b0d6192e6 100644 --- a/tests/old/examples/plugins/example.c +++ b/tests/old/examples/plugins/example.c @@ -235,7 +235,7 @@ gst_example_chain (GstPad *pad, GstBuffer *buf) /* If we are supposed to be doing something, here's where it happens. */ if (example->active) { /* In this example we're going to copy the buffer to another one, - * so we need to allocate a new buffer first. + * so we need to allocate a new buffer first. */ outbuf = gst_buffer_new(); /* We need to copy the size and offset of the buffer at a minimum. */