mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
gst-discoverer: remove extraneous variable
This commit is contained in:
parent
be34d4c78e
commit
656423bd65
1 changed files with 0 additions and 3 deletions
|
@ -411,7 +411,6 @@ process_file (GstDiscoverer * dc, const gchar * filename)
|
||||||
GDir *dir;
|
GDir *dir;
|
||||||
gchar *uri, *path;
|
gchar *uri, *path;
|
||||||
GstDiscovererInfo *info;
|
GstDiscovererInfo *info;
|
||||||
GstStructure *st = NULL;
|
|
||||||
|
|
||||||
if (!gst_uri_is_valid (filename)) {
|
if (!gst_uri_is_valid (filename)) {
|
||||||
/* Recurse into directories */
|
/* Recurse into directories */
|
||||||
|
@ -459,8 +458,6 @@ process_file (GstDiscoverer * dc, const gchar * filename)
|
||||||
if (err)
|
if (err)
|
||||||
g_error_free (err);
|
g_error_free (err);
|
||||||
gst_discoverer_info_unref (info);
|
gst_discoverer_info_unref (info);
|
||||||
if (st)
|
|
||||||
gst_structure_free (st);
|
|
||||||
} else {
|
} else {
|
||||||
gst_discoverer_discover_uri_async (dc, uri);
|
gst_discoverer_discover_uri_async (dc, uri);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue