mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-15 04:24:18 +00:00
Changed "bin" to "thread" in get_thread_new.
Original commit message from CVS: Changed "bin" to "thread" in get_thread_new.
This commit is contained in:
parent
48fb110e0f
commit
a1268abbd6
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ gst_thread_get_arg (GtkObject *object,
|
|||
GstElement*
|
||||
gst_thread_new (guchar *name)
|
||||
{
|
||||
return gst_elementfactory_make ("bin", name);
|
||||
return gst_elementfactory_make ("thread", name);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue