mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-17 21:06:17 +00:00
tests: make audio-trickplay test compile when the gst debugging system is disabled
Fixes unused variable warning in that case.
This commit is contained in:
parent
713042e7ce
commit
c13635b10e
1 changed files with 2 additions and 3 deletions
|
@ -34,9 +34,8 @@ check_position (GstElement * elem, GstQuery * pos, const gchar * info)
|
|||
static gboolean
|
||||
print_buffer_ts (GstPad * pad, GstBuffer * buffer, gpointer user_data)
|
||||
{
|
||||
GstClockTime ts = GST_BUFFER_TIMESTAMP (buffer);
|
||||
|
||||
GST_DEBUG (" ts: %" GST_TIME_FORMAT, GST_TIME_ARGS (ts));
|
||||
GST_DEBUG_OBJECT (pad, " ts: %" GST_TIME_FORMAT,
|
||||
GST_TIME_ARGS (GST_BUFFER_TIMESTAMP (buffer)));
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue