udpsrc: Fix marker links
authorSanchayan Maity <sanchayan@asymptotic.io>
Sat, 2 Jan 2021 07:36:16 +0000 (13:06 +0530)
committerArun Raghavan <arun@asymptotic.io>
Mon, 4 Jan 2021 20:23:22 +0000 (15:23 -0500)
commit79efd372c12ae9117f3863d756296a22a4010c0f
tree44458f11d206fee0c28e66a44f5de5f132960bb5
parente0b09a1612a1405329394d9ab64b5c9d3c77ad86
udpsrc: Fix marker links

These should be with a single ':'. The double '::' results in a CI with
build failure message like below.

ERROR: [links]: (mandatory-link-not-found): Mandatory link Link GstSocketTimestamp -> None (GstSocketTimestamp) could not be resolved
ERROR: [check-missing-since-markers]: (missing-since-marker): Missing since marker for udpsrc:socket-timestamp
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/828>
gst/udp/gstudpsrc.c