Home
last modified time | relevance | path

Searched refs:new_conflict (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpsource.c1810 RTPConflictingAddress *new_conflict; in add_conflicting_address() local
1812 new_conflict = g_slice_new (RTPConflictingAddress); in add_conflicting_address()
1814 new_conflict->address = G_SOCKET_ADDRESS (g_object_ref (address)); in add_conflicting_address()
1815 new_conflict->time = time; in add_conflicting_address()
1817 return g_list_prepend (conflicting_addresses, new_conflict); in add_conflicting_address()