gst-libs/gst/rtp/gstbasertppayload.c: Fix compilation because of missing %d in printf.
authorWim Taymans <wim.taymans@gmail.com>
Wed, 19 Sep 2007 15:55:08 +0000 (15:55 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Wed, 19 Sep 2007 15:55:08 +0000 (15:55 +0000)
commit70ad18deeef7771d1d5ea1151a857ffefbd5e74c
tree8ce27b0005efe17fa91e28037d469238a91808f7
parent5452f33d1b7fa2f925d943e3d3fcb6230d522916
gst-libs/gst/rtp/gstbasertppayload.c: Fix compilation because of missing %d in printf.

Original commit message from CVS:
* gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
(gst_basertppayload_set_outcaps):
Fix compilation because of missing %d in printf.
When fixating caps, fixate what we can and throw away all remaining
unfixed caps, subclasses should do something smart if they need to.
ChangeLog
gst-libs/gst/rtp/gstbasertppayload.c