mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
element renamed
Original commit message from CVS: element renamed
This commit is contained in:
parent
98465e2210
commit
b203f4cee7
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue