mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
gst/spectrum/: Remove two obsolete and confusing comments.
Original commit message from CVS: * gst/spectrum/demo-audiotest.c: (message_handler): * gst/spectrum/demo-osssrc.c: (message_handler): Remove two obsolete and confusing comments.
This commit is contained in:
parent
390e0a84c1
commit
943584e0ff
2 changed files with 0 additions and 4 deletions
|
@ -90,8 +90,6 @@ message_handler (GstBus * bus, GstMessage * message, gpointer data)
|
|||
draw_spectrum (spect);
|
||||
}
|
||||
}
|
||||
/* we handled the message we want, and ignored the ones we didn't want.
|
||||
* so the core can unref the message for us */
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
|
@ -81,8 +81,6 @@ message_handler (GstBus * bus, GstMessage * message, gpointer data)
|
|||
draw_spectrum (spect);
|
||||
}
|
||||
}
|
||||
/* we handled the message we want, and ignored the ones we didn't want.
|
||||
* so the core can unref the message for us */
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue