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:
Erik Walthinsen 2000-12-26 20:49:46 +00:00
parent 48fb110e0f
commit a1268abbd6

View file

@ -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);
}