mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
Fixed an unclosed comment
Original commit message from CVS: Fixed an unclosed comment
This commit is contained in:
parent
2324ea92c8
commit
94472df1c2
2 changed files with 2 additions and 2 deletions
|
@ -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. */
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Reference in a new issue