gstreamer/ext/opus
Luis de Bethencourt 0767a237ad opusparse: remove unneeded statement
commit da5c41930c removed the two uses of the
new value of data:
  channels = opus_packet_get_nb_channels (data);
  bandwidth = opus_packet_get_bandwidth (data);

Since then, data isn't being used between incrementing it by packet_offset
and going out of scope. Removing this uneeded statement.
2015-11-27 18:51:10 +00:00
..
gstopus.c Fix FSF address 2012-11-04 00:09:59 +00:00
gstopuscommon.c opuscommon: Use GString instead of snprintf for concating 2015-07-27 15:24:19 +01:00
gstopuscommon.h Fix FSF address 2012-11-04 00:09:59 +00:00
gstopusdec.c opusdec: Update sink pad templates 2015-11-05 12:11:19 +01:00
gstopusdec.h opus: Add proper support for multichannel audio 2015-11-03 20:35:41 +02:00
gstopusenc.c Remove unnecessary NULL checks before g_free() 2015-11-18 16:05:42 -08:00
gstopusenc.h opusenc: Encode exactly the amount of samples we got as input and put correct timestamps on it 2015-11-03 20:35:41 +02:00
gstopusheader.c opus: Add proper support for multichannel audio 2015-11-03 20:35:41 +02:00
gstopusheader.h opus: Add proper support for multichannel audio 2015-11-03 20:35:41 +02:00
gstopusparse.c opusparse: remove unneeded statement 2015-11-27 18:51:10 +00:00
gstopusparse.h opus: Add proper support for multichannel audio 2015-11-03 20:35:41 +02:00
gstrtpopusdepay.c opus: Add proper support for multichannel audio 2015-11-03 20:35:41 +02:00
gstrtpopusdepay.h Fix FSF address 2012-11-04 00:09:59 +00:00
gstrtpopuspay.c opus: Add proper support for multichannel audio 2015-11-03 20:35:41 +02:00
gstrtpopuspay.h Fix FSF address 2012-11-04 00:09:59 +00:00
Makefile.am opus: Add proper support for multichannel audio 2015-11-03 20:35:41 +02:00