Add Gst.ElementFactory.Make overload with a single parameter for the factory

This commit is contained in:
Sebastian Dröge 2009-05-28 10:24:34 +02:00
parent 5de4ca65e6
commit eafb77d8bf
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1,3 @@
public static Gst.Element Make (string factoryname) {
return Make (factoryname, null);
}

View file

@ -87,6 +87,7 @@ customs = \
ClockEntry.custom \
Debug.custom \
Element.custom \
ElementFactory.custom \
Message.custom \
Event.custom \
Pad.custom \