Fixed an unclosed comment

Original commit message from CVS:
Fixed an unclosed comment
This commit is contained in:
Wim Taymans 2001-02-22 17:13:30 +00:00
parent 2324ea92c8
commit 94472df1c2
2 changed files with 2 additions and 2 deletions

View file

@ -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. */

View file

@ -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. */