mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
Don't use irrelevant debugging output on get_buffer calls
Original commit message from CVS: Don't use irrelevant debugging output on get_buffer calls
This commit is contained in:
parent
e346961876
commit
4d7724b183
1 changed files with 1 additions and 1 deletions
|
@ -440,7 +440,7 @@ guint8 *
|
|||
gst_v4lmjpegsink_get_buffer (GstV4lMjpegSink *v4lmjpegsink,
|
||||
gint num)
|
||||
{
|
||||
DEBUG("gst_v4lmjpegsink_get_buffer(), num = %d", num);
|
||||
/*DEBUG("gst_v4lmjpegsink_get_buffer(), num = %d", num);*/
|
||||
|
||||
if (!GST_V4L_IS_ACTIVE(GST_V4LELEMENT(v4lmjpegsink)) ||
|
||||
!GST_V4L_IS_OPEN(GST_V4LELEMENT(v4lmjpegsink)))
|
||||
|
|
Loading…
Reference in a new issue