Fixed an unclosed comment
Original commit message from CVS: Fixed an unclosed comment
This commit is contained in:
parent
2324ea92c8
commit
94472df1c2
@ -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 we are supposed to be doing something, here's where it happens. */
|
||||||
if (example->active) {
|
if (example->active) {
|
||||||
/* In this example we're going to copy the buffer to another one,
|
/* 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();
|
outbuf = gst_buffer_new();
|
||||||
|
|
||||||
/* We need to copy the size and offset of the buffer at a minimum. */
|
/* We need to copy the size and offset of the buffer at a minimum. */
|
||||||
|
@ -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 we are supposed to be doing something, here's where it happens. */
|
||||||
if (example->active) {
|
if (example->active) {
|
||||||
/* In this example we're going to copy the buffer to another one,
|
/* 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();
|
outbuf = gst_buffer_new();
|
||||||
|
|
||||||
/* We need to copy the size and offset of the buffer at a minimum. */
|
/* We need to copy the size and offset of the buffer at a minimum. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user