Add Gst.ElementFactory.Make overload with a single parameter for the factory
This commit is contained in:
parent
5de4ca65e6
commit
eafb77d8bf
3
gstreamer-sharp/ElementFactory.custom
Normal file
3
gstreamer-sharp/ElementFactory.custom
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
public static Gst.Element Make (string factoryname) {
|
||||||
|
return Make (factoryname, null);
|
||||||
|
}
|
@ -87,6 +87,7 @@ customs = \
|
|||||||
ClockEntry.custom \
|
ClockEntry.custom \
|
||||||
Debug.custom \
|
Debug.custom \
|
||||||
Element.custom \
|
Element.custom \
|
||||||
|
ElementFactory.custom \
|
||||||
Message.custom \
|
Message.custom \
|
||||||
Event.custom \
|
Event.custom \
|
||||||
Pad.custom \
|
Pad.custom \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user