Skip to content

Commit

Permalink
Code autogenerated from Kurento/doc-kurento@b319fb1
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkinskurento committed Jan 23, 2020
1 parent 1e50621 commit 276f6a3
Show file tree
Hide file tree
Showing 310 changed files with 390 additions and 351 deletions.
35 changes: 32 additions & 3 deletions source/dev/dev_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -371,14 +371,43 @@ Whenever working with KMS source code itself, of during any analysis of crash in

**Installing the debug symbols does not impose any extra load to the system**. So, it doesn't really hurt at all to have them installed even in production setups, where they will prove useful whenever an unexpected crash happens to bring the system down and a postmortem stack trace is automatically generated.

To install all debug symbols relevant to KMS, run:
First thing to do is to enable the Ubuntu's official **Debug Symbol Packages** repository:

.. code-block:: bash
sudo apt-get update && sudo apt-get install --no-install-recommends --yes \
gnupg
apt-key adv \
--keyserver keyserver.ubuntu.com \
--recv-keys F2EDC64DC5AEE1F6B9C621F0C8CAB6595FDFF622
if [[ -f /etc/upstream-release/lsb-release ]]; then
source /etc/upstream-release/lsb-release
else
source /etc/lsb-release
fi
tee /etc/apt/sources.list.d/ddebs.list >/dev/null <<EOF
# Packages with debug symbols
deb http://ddebs.ubuntu.com ${DISTRIB_CODENAME} main restricted universe multiverse
deb http://ddebs.ubuntu.com ${DISTRIB_CODENAME}-updates main restricted universe multiverse
deb http://ddebs.ubuntu.com ${DISTRIB_CODENAME}-proposed main restricted universe multiverse
EOF
Now, install all debug symbols relevant to KMS:
.. code-block:: bash
sudo apt-get update && sudo apt-get install --no-install-recommends --yes \
kurento-dbg
For example, see the difference between the same stack trace, as generated *before* installing the debug symbols, and *after* installing them. **Don't send a stack trace that looks like the first one in this example**:
Why are debug symbols useful?
-----------------------------
Let's see a couple examples that show the difference between the same stack trace, as generated *before* installing the debug symbols, and *after* installing them. **Don't report a stack trace that looks like the first one in this example**:
.. code-block:: text
Expand Down Expand Up @@ -414,7 +443,7 @@ For example, see the difference between the same stack trace, as generated *befo
The second stack trace is much more helpful, because it indicates the exact file names and line numbers where the crash happened. With these, a developer will at least have a starting point where to start looking for any potential bug.
It's important to note that stack traces, while helpful, are not a replacement for actually running the software under a debugger (**GDB**) or memory analyzer (**Valgrind**). Most crashes will need further investigation before they can be fixed.
It's important to note that stack traces, while helpful, are not a 100% replacement of actually running the software under a debugger (**GDB**) or memory analyzer (**Valgrind**). Most crashes will need further investigation before they can be fixed.
Expand Down
2 changes: 1 addition & 1 deletion source/langdoc/client-javadoc/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,6 @@ <h2 title="Contents">Contents</h2>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
</body>
</html>
2 changes: 1 addition & 1 deletion source/langdoc/client-javadoc/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,6 @@ <h2 title="Contents">Contents</h2>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
</body>
</html>
2 changes: 1 addition & 1 deletion source/langdoc/client-javadoc/help-doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,6 @@ <h2>Constant Field Values</h2>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
</body>
</html>
2 changes: 1 addition & 1 deletion source/langdoc/client-javadoc/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -5519,6 +5519,6 @@ <h2 class="title">Z</h2>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,6 @@ <h4>with</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,6 @@ <h4>with</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,6 @@ <h4>setPortProperties</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,6 @@ <h4>setBitrate</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,6 @@ <h4>valueOf</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -1792,6 +1792,6 @@ <h4>removeConnectionStateChangedListener</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,6 @@ <h4>valueOf</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,6 @@ <h4>setValue</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,6 @@ <h4>setProperties</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,6 @@ <h4>with</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,6 @@ <h3>Methods inherited from interface&nbsp;org.kurento.client.<a href="../../../o
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,6 @@ <h4>valueOf</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,6 @@ <h4>setNewState</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,6 @@ <h4>onError</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,6 @@ <h4>valueOf</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,6 @@ <h4>setChannelId</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,6 @@ <h4>setChannelId</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,6 @@ <h4>with</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,6 @@ <h4>connect</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,6 @@ <h4>with</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,6 @@ <h4>removeSource</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,6 @@ <h4>setSinkMediaDescription</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,6 @@ <h4>setSinkDescription</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,6 @@ <h4>setSinkMediaDescription</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,6 @@ <h4>setInputLatency</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,6 @@ <h4>EndOfStreamEvent</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,6 @@ <h3>Methods inherited from interface&nbsp;org.kurento.client.<a href="../../../o
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,6 @@ <h4>setE2ELatency</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,6 @@ <h4>setType</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,6 @@ <h2 title="Interface Event" class="title">Interface Event</h2>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,6 @@ <h4>onEvent</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,6 @@ <h4>with</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,6 @@ <h4>setOverlayedImage</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,6 @@ <h3>Methods inherited from interface&nbsp;org.kurento.client.<a href="../../../o
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,6 @@ <h4>valueOf</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,6 @@ <h4>setDenominator</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,6 @@ <h4>withFilterType</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,6 @@ <h4>setElementProperty</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,6 @@ <h4>with</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
</body>
</html>

0 comments on commit 276f6a3

Please sign in to comment.