Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marc-André Lureau
gst-plugins-good
Commits
9d82e86c
Commit
9d82e86c
authored
Apr 28, 2006
by
Thomas Vander Stichele
Browse files
element renamed
Original commit message from CVS: element renamed
parent
e7fba744
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/check/elements/id3v2mux.c
View file @
9d82e86c
...
...
@@ -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
(
"
tag
id3v2mux"
,
"
tag
id3v2mux"
);
id3mux
=
gst_element_factory_make
(
"id3v2mux"
,
"id3v2mux"
);
g_assert
(
id3mux
!=
NULL
);
id3demux
=
gst_element_factory_make
(
"id3demux"
,
"id3demux"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment