summaryrefslogtreecommitdiff
path: root/gst/gstevent.c
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2012-04-02 22:09:07 +0200
committerStefan Sauer <ensonic@users.sf.net>2012-04-02 22:09:07 +0200
commit3b0af8df9eb82b69bf90f7151629ec77097c041f (patch)
tree183b33bfc4fee591df6fd7c778629f73e7977a44 /gst/gstevent.c
parent1074a4e99a473efd5ee690da9ecd797c55cec23a (diff)
downloadgstreamer-3b0af8df9eb82b69bf90f7151629ec77097c041f.tar.gz
toc: port to 0.11
Diffstat (limited to 'gst/gstevent.c')
-rw-r--r--gst/gstevent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstevent.c b/gst/gstevent.c
index ae535221bd..e922360020 100644
--- a/gst/gstevent.c
+++ b/gst/gstevent.c
@@ -1690,7 +1690,7 @@ gst_event_new_toc_select (const gchar * uid)
GST_CAT_INFO (GST_CAT_EVENT, "creating toc select event for UID: %s", uid);
- structure = gst_structure_id_new (GST_QUARK (EVENT_TOC_SELECT),
+ structure = gst_structure_new_id (GST_QUARK (EVENT_TOC_SELECT),
GST_QUARK (UID), G_TYPE_STRING, uid, NULL);
return gst_event_new_custom (GST_EVENT_TOC_SELECT, structure);