projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88cf7a2
)
gst-discoverer: The 'ready' signal was renamed to 'finished'
author
Arun Raghavan
<arun.raghavan@collabora.co.uk>
Mon, 4 Oct 2010 10:18:51 +0000
(15:48 +0530)
committer
Edward Hervey
<bilboed@bilboed.com>
Mon, 4 Oct 2010 16:16:50 +0000
(18:16 +0200)
tools/gst-discoverer.c
patch
|
blob
|
history
diff --git
a/tools/gst-discoverer.c
b/tools/gst-discoverer.c
index
d547f0d
..
f761d8a
100644
(file)
--- a/
tools/gst-discoverer.c
+++ b/
tools/gst-discoverer.c
@@
-378,7
+378,7
@@
_run_async (PrivStruct * ps)
}
static void
-_discoverer_
ready
(GstDiscoverer * dc, GMainLoop * ml)
+_discoverer_
finished
(GstDiscoverer * dc, GMainLoop * ml)
{
g_main_loop_quit (ml);
}
@@
-448,7
+448,7
@@
main (int argc, char **argv)
/* connect signals */
g_signal_connect (dc, "discovered", G_CALLBACK (_new_discovered_uri), NULL);
- g_signal_connect (dc, "
ready", G_CALLBACK (_discoverer_ready
), ml);
+ g_signal_connect (dc, "
finished", G_CALLBACK (_discoverer_finished
), ml);
gst_discoverer_start (dc);
/* run mainloop */