mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
update deprecated gstreamer syntax
This commit is contained in:
@@ -436,7 +436,7 @@ raop_rtp_mirror_thread(void *arg)
|
||||
#endif
|
||||
payload_decrypted = NULL;
|
||||
h264_decode_struct h264_data;
|
||||
h264_data.pts = ntp_timestamp;
|
||||
h264_data.ntp_time = ntp_timestamp;
|
||||
h264_data.nal_count = nalus_count; /*nal_count will be the number of nal units in the packet */
|
||||
h264_data.data_len = payload_size;
|
||||
h264_data.data = payload_out;
|
||||
|
||||
@@ -22,7 +22,7 @@ typedef struct {
|
||||
int nal_count;
|
||||
unsigned char *data;
|
||||
int data_len;
|
||||
uint64_t pts;
|
||||
uint64_t ntp_time;
|
||||
} h264_decode_struct;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user