Skip to content
Snippets Groups Projects
Commit 0ce9a7cf authored by Kipp Cannon's avatar Kipp Cannon
Browse files

tsvdec: silence unused variable warnings

parent d9c09d76
No related branches found
No related tags found
No related merge requests found
......@@ -129,8 +129,6 @@ static GstFlowReturn chain(GstPad *pad, GstBuffer *sinkbuf)
GstCaps *caps;
guint nbytes;
guint nlines = 0;
char *bufdata = NULL;
guint bufsize = 0;
/* get copy of caps of srcpad */
caps = gst_pad_get_fixed_caps_func(element->srcpad);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment