Module: sems
Branch: master
Commit: f407e4dfec0f9e011db94b847c9f6f4b9156af93
URL: 
https://github.com/sems-server/sems/commit/f407e4dfec0f9e011db94b847c9f6f4b9156af93

Author: Stefan Sayer <[email protected]>
Committer: Stefan Sayer <[email protected]>
Date: 2015-06-24T05:53:04+02:00

b/f:fixes c7800ea: remove leftover stacktrace in setCurrentPayload

---

Modified: core/AmRtpAudio.cpp

---

Diff:  
https://github.com/sems-server/sems/commit/f407e4dfec0f9e011db94b847c9f6f4b9156af93.diff
Patch: 
https://github.com/sems-server/sems/commit/f407e4dfec0f9e011db94b847c9f6f4b9156af93.patch

---

diff --git a/core/AmRtpAudio.cpp b/core/AmRtpAudio.cpp
index 6df11e2..5d20a94 100644
--- a/core/AmRtpAudio.cpp
+++ b/core/AmRtpAudio.cpp
@@ -47,7 +47,6 @@ int AmAudioRtpFormat::setCurrentPayload(Payload pl)
     DBG("setCurrentPayload({%u, '%s', %u, %u, %u, '%s'})\n",
        pl.pt, pl.name.c_str(), pl.clock_rate, pl.advertised_clock_rate,
        pl.codec_id, pl.format_parameters.c_str());
-    log_demangled_stacktrace(3);
     this->codec_id = pl.codec_id;
     DBG("fmt.codec_id = %d", this->codec_id);
     this->channels = 1;

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to