gstreamer/libs/gst/net
Niels De Graef 09141c6e1f Use G_DEFINE_AUTOPTR_CLEANUP_FUNC unconditionally
Since we started depending on GLib 2.44, we can be sure this macro is
defined (it will be a no-op on compilers that don't support it). For
plugins we should just start using `G_DECLARE_FINAL_TYPE` which means
we no longer need the macro there, but for most types in core we don't
want to break ABI, which means it's better to just keep it like it is
(and use the `#ifdef` instead).
2019-06-04 08:50:59 +02:00
..
.gitignore Update a bunch of gitignores to clean up my git status output 2009-01-23 16:08:40 +00:00
gstnet.h net: GST_EXPORT -> GST_NET_API 2018-03-13 00:57:37 +00:00
gstnetaddressmeta.c libs: figure out right export define in configure 2018-09-24 08:39:37 +01:00
gstnetaddressmeta.h net: GST_EXPORT -> GST_NET_API 2018-03-13 00:57:37 +00:00
gstnetclientclock.c doc: Fix hotdoc warnings 2019-05-13 16:34:09 -04:00
gstnetclientclock.h Use G_DEFINE_AUTOPTR_CLEANUP_FUNC unconditionally 2019-06-04 08:50:59 +02:00
gstnetcontrolmessagemeta.c libs: figure out right export define in configure 2018-09-24 08:39:37 +01:00
gstnetcontrolmessagemeta.h net: GST_EXPORT -> GST_NET_API 2018-03-13 00:57:37 +00:00
gstnettimepacket.c Use proper GtkDoc notation for NULL/FALSE/TRUE 2017-10-03 13:54:25 -07:00
gstnettimepacket.h Use G_DEFINE_AUTOPTR_CLEANUP_FUNC unconditionally 2019-06-04 08:50:59 +02:00
gstnettimeprovider.c netutils: make gst_net_utils_set_socket_dscp external 2019-04-22 09:01:14 +00:00
gstnettimeprovider.h Use G_DEFINE_AUTOPTR_CLEANUP_FUNC unconditionally 2019-06-04 08:50:59 +02:00
gstnetutils.c netutils: make gst_net_utils_set_socket_dscp external 2019-04-22 09:01:14 +00:00
gstnetutils.h netutils: make gst_net_utils_set_socket_dscp external 2019-04-22 09:01:14 +00:00
gstntppacket.c Use proper GtkDoc notation for NULL/FALSE/TRUE 2017-10-03 13:54:25 -07:00
gstntppacket.h netclientclock: Add NTPv4 support 2015-06-06 23:00:44 +02:00
gstptp_private.h ptp: Initial implementation of a PTP clock 2015-06-03 13:55:28 +02:00
gstptpclock.c ptp clock: Wait for ANNOUNCE before selecting a master 2018-10-11 22:11:51 +11:00
gstptpclock.h Use G_DEFINE_AUTOPTR_CLEANUP_FUNC unconditionally 2019-06-04 08:50:59 +02:00
Makefile.am netutils: make gst_net_utils_set_socket_dscp external 2019-04-22 09:01:14 +00:00
meson.build netutils: make gst_net_utils_set_socket_dscp external 2019-04-22 09:01:14 +00:00
net-prelude.h libs: figure out right export define in configure 2018-09-24 08:39:37 +01:00
net.h netutils: make gst_net_utils_set_socket_dscp external 2019-04-22 09:01:14 +00:00