mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
Add Gst.ElementFactory.Make overload with a single parameter for the factory
This commit is contained in:
parent
5de4ca65e6
commit
eafb77d8bf
2 changed files with 4 additions and 0 deletions
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…
Reference in a new issue