qtdemux: Fix unitialized variable.
This commit is contained in:
parent
940417edc3
commit
e08bdf691d
@ -703,7 +703,7 @@ gst_qtdemux_handle_src_query (GstPad * pad, GstQuery * query)
|
||||
}
|
||||
case GST_QUERY_CONVERT:{
|
||||
GstFormat src_fmt, dest_fmt;
|
||||
gint64 src_value, dest_value;
|
||||
gint64 src_value, dest_value = 0;
|
||||
|
||||
gst_query_parse_convert (query, &src_fmt, &src_value, &dest_fmt, NULL);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user