element renamed

Original commit message from CVS:
element renamed
This commit is contained in:
Thomas Vander Stichele 2006-04-28 21:43:07 +00:00
parent 98465e2210
commit b203f4cee7

View file

@ -272,7 +272,7 @@ test_taglib_id3mux_with_tags (GstTagList * tags, guint32 mask)
fakesrc = gst_element_factory_make ("fakesrc", "fakesrc");
g_assert (fakesrc != NULL);
id3mux = gst_element_factory_make ("tagid3v2mux", "tagid3v2mux");
id3mux = gst_element_factory_make ("id3v2mux", "id3v2mux");
g_assert (id3mux != NULL);
id3demux = gst_element_factory_make ("id3demux", "id3demux");