summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-05-15 16:38:30 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-05-15 16:38:30 +0200
commitcacdea6ae61ee708513bdf459e94c24aaf37275c (patch)
tree926ab8b5e9a4cb399d90f44e0a64c8731db3ed31 /tools
parentd167c321be5d5e75470c849f8c4f56f4f88de4ba (diff)
downloadgstreamer-cacdea6ae61ee708513bdf459e94c24aaf37275c.tar.gz
gst: Rename gst_toc_entry_type_to_string() to gst_toc_entry_type_get_nick()
It's more consistent.
Diffstat (limited to 'tools')
-rw-r--r--tools/gst-launch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gst-launch.c b/tools/gst-launch.c
index 7266172785..d0aa879b1d 100644
--- a/tools/gst-launch.c
+++ b/tools/gst-launch.c
@@ -472,7 +472,7 @@ print_toc_entry (gpointer data, gpointer user_data)
gst_toc_entry_get_start_stop (entry, &start, &stop);
PRINT ("%s%s:", &spc[MAX_INDENT - indent],
- gst_toc_entry_type_to_string (entry->type));
+ gst_toc_entry_type_get_nick (entry->type));
if (GST_CLOCK_TIME_IS_VALID (start)) {
PRINT (" start: %" GST_TIME_FORMAT, GST_TIME_ARGS (start));
}