summaryrefslogtreecommitdiff
path: root/gst/isomp4/gstqtmoovrecover.c
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2012-04-10 00:51:41 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-04-10 00:51:41 +0100
commite09ae5736d58df9fb6ea9ba6aebafee797f60919 (patch)
tree31d463d69cd2bedb72de5927834097b4c6f73e99 /gst/isomp4/gstqtmoovrecover.c
parentbe9baf1a0ba04d338aaa5e64eaddbc3eb32f0b59 (diff)
Use new gst_element_class_set_static_metadata()
Diffstat (limited to 'gst/isomp4/gstqtmoovrecover.c')
-rw-r--r--gst/isomp4/gstqtmoovrecover.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/isomp4/gstqtmoovrecover.c b/gst/isomp4/gstqtmoovrecover.c
index eca365b26..194ea808d 100644
--- a/gst/isomp4/gstqtmoovrecover.c
+++ b/gst/isomp4/gstqtmoovrecover.c
@@ -145,7 +145,7 @@ gst_qt_moov_recover_class_init (GstQTMoovRecoverClass * klass)
GST_DEBUG_CATEGORY_INIT (gst_qt_moov_recover_debug, "qtmoovrecover", 0,
"QT Moovie Recover");
- gst_element_class_set_details_simple (gstelement_class, "QT Moov Recover",
+ gst_element_class_set_static_metadata (gstelement_class, "QT Moov Recover",
"Util", "Recovers unfinished qtmux files",
"Thiago Santos <thiago.sousa.santos@collabora.co.uk>");
}