diff options
author | Benjamin Otte <otte@gnome.org> | 2004-08-03 19:56:15 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-08-03 19:56:15 +0000 |
commit | fb7db2cb5bf7143b5f68c760dae13402e3458291 (patch) | |
tree | 69262ff841ffea67e767d6fd2232c5252e760068 /gst/multipart | |
parent | c5d29a1b39ace107ae66a76982d73ca7c326cf31 (diff) |
gst/multipart/multipartmux.c: whoops, last checkin broke normal build
Original commit message from CVS:
* gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
whoops, last checkin broke normal build
Diffstat (limited to 'gst/multipart')
-rw-r--r-- | gst/multipart/multipartmux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/multipart/multipartmux.c b/gst/multipart/multipartmux.c index 095b25fd..39f3ac15 100644 --- a/gst/multipart/multipartmux.c +++ b/gst/multipart/multipartmux.c @@ -248,7 +248,7 @@ gst_multipart_mux_pad_link (GstPad * pad, GstPad * peer, gpointer data) { //GstMultipartMux *multipart_mux = GST_MULTIPART_MUX (data); - GST_DEBUG ("pad '%s' connected", gst_pad_get_name (padname)); + GST_DEBUG ("pad '%s' connected", gst_pad_get_name (pad)); } static void |