GNOME Bugzilla – Bug 590288
Gst::GhostPad constructors should optionally not require names for the ghost pads.
Last modified: 2011-01-16 23:37:47 UTC
Most of the API has optional names for things because GStreamer assigns default names when one is not supplied so I thought it might be done also for the Gst::GhostPad constructors. A proposed patch follows.
Created attachment 139570 [details] [review] Patch to make name arguments optional in Gst::GhostPad constructors
I already did this in a local commit, but your patch even improves the documentation too. So please feel free to commit.
Pushed to master. Didn't mean to duplicate development.