mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-27 15:34:49 +00:00
CRLF and fix unreffing bug
This commit is contained in:
parent
3bd4854409
commit
f90232dc3a
1 changed files with 210 additions and 211 deletions
|
@ -198,7 +198,6 @@ int main (int argc, char **argv) {
|
|||
if (!gst_discoverer_discover_uri_async (data.discoverer, uri)) {
|
||||
g_print ("Failed to start discovering URI '%s'\n", uri);
|
||||
g_object_unref (data.discoverer);
|
||||
g_main_loop_unref (data.loop);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue