mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-13 19:05:37 +00:00
discoverer: don't shadow local variables
This commit is contained in:
parent
9230a6af6a
commit
82b6fff272
1 changed files with 1 additions and 4 deletions
|
@ -1054,10 +1054,7 @@ parse_stream_topology (GstDiscoverer * dc, const GstStructure * topology,
|
||||||
/* FIXME : aggregate with information from main streams */
|
/* FIXME : aggregate with information from main streams */
|
||||||
GST_DEBUG ("Coudn't find 'next' ! might be the last entry");
|
GST_DEBUG ("Coudn't find 'next' ! might be the last entry");
|
||||||
} else {
|
} else {
|
||||||
GstCaps *caps;
|
st = (GstStructure *) gst_value_get_structure (nval);
|
||||||
const GstStructure *st;
|
|
||||||
|
|
||||||
st = gst_value_get_structure (nval);
|
|
||||||
|
|
||||||
GST_DEBUG ("next is a structure %" GST_PTR_FORMAT, st);
|
GST_DEBUG ("next is a structure %" GST_PTR_FORMAT, st);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue