mpegtsmux: fix pointer output in stream-not-associated debug output

https://bugzilla.gnome.org/show_bug.cgi?id=651050
This commit is contained in:
Andreas Frisch 2011-05-25 15:10:19 +02:00 committed by Tim-Philipp Müller
parent 407b025786
commit 4a7057048f

View file

@ -679,7 +679,8 @@ mpegtsmux_collected (GstCollectPads * pads, MpegTsMux * mux)
if (prog == NULL) {
GST_ELEMENT_ERROR (mux, STREAM, MUX,
("Stream on pad %" GST_PTR_FORMAT
" is not associated with any program", best), (NULL));
" is not associated with any program", COLLECT_DATA_PAD (best)),
(NULL));
return GST_FLOW_ERROR;
}