File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
UnityProject/Packages/com.pollenrobotics.gstreamerwebrtc/Runtime/Plugins/x86_64 Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -563,17 +563,13 @@ void GstAVPipeline::DestroyPipeline()
563
563
{
564
564
gst_clear_sample (&_leftData->last_sample );
565
565
gst_clear_caps (&_leftData->last_caps );
566
- gst_clear_buffer (&_leftData->shared_buffer );
567
566
gst_clear_object (&_leftData->conv );
568
- _leftData->keyed_mutex = nullptr ;
569
567
}
570
568
if (_rightData != nullptr )
571
569
{
572
570
gst_clear_sample (&_rightData->last_sample );
573
571
gst_clear_caps (&_rightData->last_caps );
574
- gst_clear_buffer (&_rightData->shared_buffer );
575
572
gst_clear_object (&_rightData->conv );
576
- _rightData->keyed_mutex = nullptr ;
577
573
}
578
574
579
575
// pDebug->ReportLiveDeviceObjects(D3D11_RLDO_DETAIL | D3D11_RLDO_IGNORE_INTERNAL);
Original file line number Diff line number Diff line change 1
1
version https://git-lfs.github.com/spec/v1
2
- oid sha256:704f9ac33cae4bcf5a8f354a9e81ed4437d60904352b37d67feb1ad00f638ac5
3
- size 53248
2
+ oid sha256:220bc6d1497c37d41078afb61abbfc7ab87858ac603254b9247566834f71e9d0
3
+ size 243
You can’t perform that action at this time.
0 commit comments