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
@ -190,7 +190,7 @@ gst_thread_get_arg (GtkObject *object,
|
|||||||
GstElement*
|
GstElement*
|
||||||
gst_thread_new (guchar *name)
|
gst_thread_new (guchar *name)
|
||||||
{
|
{
|
||||||
return gst_elementfactory_make ("bin", name);
|
return gst_elementfactory_make ("thread", name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user