mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-05 15:49:54 +00:00
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
This commit is contained in:
parent
c5d29a1b39
commit
fb7db2cb5b
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-07-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
|
||||
|
||||
* gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
|
||||
whoops, last checkin broke normal build
|
||||
|
||||
2004-08-03 Benjamin Otte <otte@gnome.org>
|
||||
|
||||
* ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue