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;
|
||||
gchar *uri, *path;
|
||||
GstDiscovererInfo *info;
|
||||
GstStructure *st = NULL;
|
||||
|
||||
if (!gst_uri_is_valid (filename)) {
|
||||
/* Recurse into directories */
|
||||
|
@ -459,8 +458,6 @@ process_file (GstDiscoverer * dc, const gchar * filename)
|
|||
if (err)
|
||||
g_error_free (err);
|
||||
gst_discoverer_info_unref (info);
|
||||
if (st)
|
||||
gst_structure_free (st);
|
||||
} else {
|
||||
gst_discoverer_discover_uri_async (dc, uri);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue