mssdemux: Add missing object param to GST_DEBUG|INFO_OBJECT calls

This commit is contained in:
Andre Moreira Magalhaes (andrunko) 2013-02-05 03:27:22 -02:00 committed by Thiago Santos
parent 2219a3a1cc
commit 28beb2ebd7

View file

@ -959,13 +959,13 @@ gst_mss_demux_reconfigure (GstMssDemux * mssdemux)
new_bitrate = MIN (mssdemux->connection_speed, new_bitrate);
}
GST_DEBUG_OBJECT ("Current suggested bitrate: %llu", new_bitrate);
GST_DEBUG_OBJECT (mssdemux, "Current suggested bitrate: %llu", new_bitrate);
gst_mss_demux_stop_tasks (mssdemux, TRUE);
if (gst_mss_manifest_change_bitrate (mssdemux->manifest, new_bitrate)) {
GstClockTime newseg_ts = GST_CLOCK_TIME_NONE;
GST_INFO_OBJECT ("Switching to bitrate %llu", new_bitrate);
GST_INFO_OBJECT (mssdemux, "Switching to bitrate %llu", new_bitrate);
GST_DEBUG_OBJECT (mssdemux, "Creating new pad group");
/* if we changed the bitrate, we need to add new pads */