mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
ptp: Add a working default branch to the message type switch
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4647>
This commit is contained in:
parent
b74669a38a
commit
ebc050d133
1 changed files with 2 additions and 1 deletions
|
@ -1828,7 +1828,6 @@ have_stdout_body (GInputStream * stdout_pipe, GAsyncResult * res,
|
|||
}
|
||||
break;
|
||||
}
|
||||
default:
|
||||
case TYPE_CLOCK_ID:{
|
||||
if (CUR_STDIO_HEADER_SIZE != 8) {
|
||||
GST_ERROR ("Unexpected clock id size (%u != 8)", CUR_STDIO_HEADER_SIZE);
|
||||
|
@ -1848,6 +1847,8 @@ have_stdout_body (GInputStream * stdout_pipe, GAsyncResult * res,
|
|||
g_mutex_unlock (&ptp_lock);
|
||||
break;
|
||||
}
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
/* And read the next header */
|
||||
|
|
Loading…
Reference in a new issue