mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 07:46:38 +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 \
|
||||
Debug.custom \
|
||||
Element.custom \
|
||||
ElementFactory.custom \
|
||||
Message.custom \
|
||||
Event.custom \
|
||||
Pad.custom \
|
||||
|
|
Loading…
Reference in a new issue