mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-05 15:08:48 +00:00
gstreamer: ptp-helper: Don't import Context
trait multiple times unnecessarily
This only affected the Solaris / Illumos code path. Patch by Marcel Telka <marcel@telka.sk>. Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3551 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6947>
This commit is contained in:
parent
c97ec122d9
commit
c36296895f
1 changed files with 0 additions and 2 deletions
|
@ -498,8 +498,6 @@ mod imp {
|
|||
|
||||
#[cfg(any(target_os = "solaris", target_os = "illumos"))]
|
||||
{
|
||||
use crate::error::Context;
|
||||
|
||||
socket
|
||||
.join_multicast_v4(addr, &iface.ip_addr)
|
||||
.with_context(|| {
|
||||
|
|
Loading…
Reference in a new issue