Fixed an unclosed comment
authorWim Taymans <wim.taymans@gmail.com>
Thu, 22 Feb 2001 17:13:30 +0000 (17:13 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Thu, 22 Feb 2001 17:13:30 +0000 (17:13 +0000)
Original commit message from CVS:
Fixed an unclosed comment

examples/plugins/example.c
tests/old/examples/plugins/example.c

index 7af1770..9b0d619 100644 (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. */
index 7af1770..9b0d619 100644 (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. */