Skip to content

Commit

Permalink
Stop video first then free overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Ruiz committed Feb 28, 2022
1 parent 0ca6aea commit 6bffd5d
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@
"metadata": {},
"outputs": [],
"source": [
"ol.free()\n",
"video.stop()"
"video.stop()\n",
"ol.free()"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,8 @@
"metadata": {},
"outputs": [],
"source": [
"ol.free()\n",
"video.stop()"
"video.stop()\n",
"ol.free()"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@
"metadata": {},
"outputs": [],
"source": [
"ol.free()\n",
"video.stop()"
"video.stop()\n",
"ol.free()"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@
"metadata": {},
"outputs": [],
"source": [
"ol.free()\n",
"video.stop()"
"video.stop()\n",
"ol.free()"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,8 @@
"metadata": {},
"outputs": [],
"source": [
"ol.free()\n",
"video.stop()"
"video.stop()\n",
"ol.free()"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions pynq_composable/notebooks/custom_pipeline/05_dynamic_ip.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,8 @@
"metadata": {},
"outputs": [],
"source": [
"ol.free()\n",
"video.stop()"
"video.stop()\n",
"ol.free()"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@
"metadata": {},
"outputs": [],
"source": [
"ol.free()\n",
"video.stop()"
"video.stop()\n",
"ol.free()"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,8 @@
"metadata": {},
"outputs": [],
"source": [
"ol.free()\n",
"video.stop()"
"video.stop()\n",
"ol.free()"
]
},
{
Expand Down

0 comments on commit 6bffd5d

Please sign in to comment.