mirror of
git://nv-tegra.nvidia.com/tegra/gst-src/nvgstapps.git
synced 2025-12-24 11:12:53 +03:00
Compare commits
1 Commits
jetson_35.
...
jetson_36.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b35b9f3eab |
@@ -1,12 +1,12 @@
|
||||
Updating prebuilts and/or headers
|
||||
|
||||
9b47978b5f3b6672dd4d6ad5ebe80c9b945a7eba - nvgstapps_src/nvgst_sample_apps/nvgstplayer-1.0/nvgst_x11_common.c
|
||||
599544266262509705c60ca9e8d2c8ade3bdfc30 - nvgstapps_src/nvgst_sample_apps/nvgstplayer-1.0/nvgstplayer.c
|
||||
6e4f0ae3b9dbc71f1ee9e02ad6cb11df7bb2a3cc - nvgstapps_src/nvgst_sample_apps/nvgstplayer-1.0/nvgstplayer.c
|
||||
c028fa403772288daf002520356e8e18cce5cb06 - nvgstapps_src/nvgst_sample_apps/nvgstplayer-1.0/nvgstplayer.h
|
||||
aaafd7fd4c0214a52bf73dd2a0ba0af08c675b85 - nvgstapps_src/nvgst_sample_apps/nvgstplayer-1.0/nvgst_x11_common.h
|
||||
33a285339d714d5546cddb92a710e418853470aa - nvgstapps_src/nvgst_sample_apps/nvgstplayer-1.0/nvgst_asound_common.c
|
||||
6bafa48f47ad43d33ee446cf86f2b1da134f7868 - nvgstapps_src/nvgst_sample_apps/nvgstplayer-1.0/nvgst_asound_common.h
|
||||
a5bdf6935960973677a005d9d28a04c023f5ec6f - nvgstapps_src/nvgst_sample_apps/nvgstcapture-1.0/nvgst_x11_common.c
|
||||
8531d3b2fb38ae84efeaadf6cc177e1e2b07a90b - nvgstapps_src/nvgst_sample_apps/nvgstcapture-1.0/nvgstcapture.h
|
||||
39d7bace9939d38f221edd9f87dc8e8dab2c2365 - nvgstapps_src/nvgst_sample_apps/nvgstcapture-1.0/nvgstcapture.c
|
||||
539103d4108ee097f9b0609639feb3821eafb481 - nvgstapps_src/nvgst_sample_apps/nvgstcapture-1.0/nvgstcapture.c
|
||||
87556b6e7da0ec3865546f10b7a58959cd8c6bfc - nvgstapps_src/nvgst_sample_apps/nvgstcapture-1.0/nvgst_x11_common.h
|
||||
|
||||
@@ -3278,7 +3278,7 @@ create_vid_enc_bin (void)
|
||||
}
|
||||
else
|
||||
{
|
||||
sinkpad = gst_element_get_request_pad (app->ele.muxer, "video_%u");
|
||||
sinkpad = gst_element_request_pad_simple (app->ele.muxer, "video_%u");
|
||||
}
|
||||
|
||||
if (!sinkpad || !srcpad) {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2013-2021, NVIDIA CORPORATION. All rights reserved.
|
||||
* Copyright (c) 2013-2022, NVIDIA CORPORATION. All rights reserved.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
@@ -903,8 +903,8 @@ goto_next_track (gpointer data)
|
||||
destroy_current_track ();
|
||||
}
|
||||
|
||||
if(app->stats)
|
||||
stats_func(app->pfData.average_fps, app->pfData.frames_rendered, app->pfData.frames_dropped);
|
||||
if(app->stats)
|
||||
stats_func(app->pfData.average_fps, app->pfData.frames_rendered, app->pfData.frames_dropped);
|
||||
|
||||
NVGST_INFO_MESSAGE_V ("uriCount: %d, uriTotal: %d", (gint) app->uriCount,
|
||||
(gint) app->uriTotal);
|
||||
|
||||
@@ -1 +1 @@
|
||||
jetson_35.5
|
||||
jetson_36.2
|
||||
|
||||
Reference in New Issue
Block a user