summaryrefslogtreecommitdiffstats
path: root/gst/vmnc/vmncdec.c
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-07-11 23:43:25 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-07-11 23:43:25 +0000
commit9b07457ff74a7849ddfd693d50c57bb44f58fb6c (patch)
treec42c12397be6a14f1c00e2bca105283a0898f02f /gst/vmnc/vmncdec.c
parentf5671ae2a6dbccec24bdaf96208ff9ff7c1f821c (diff)
downloadgst-plugins-bad-9b07457ff74a7849ddfd693d50c57bb44f58fb6c.tar.gz
gst-plugins-bad-9b07457ff74a7849ddfd693d50c57bb44f58fb6c.tar.bz2
gst-plugins-bad-9b07457ff74a7849ddfd693d50c57bb44f58fb6c.zip
gst/: Fix build against core CVS.
Original commit message from CVS: * gst/interleave/deinterleave.c: (gst_deinterleave_process): * gst/vmnc/vmncdec.c: (vmnc_make_buffer): Fix build against core CVS.
Diffstat (limited to 'gst/vmnc/vmncdec.c')
-rw-r--r--gst/vmnc/vmncdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/vmnc/vmncdec.c b/gst/vmnc/vmncdec.c
index 2a9a7a67..701b18e9 100644
--- a/gst/vmnc/vmncdec.c
+++ b/gst/vmnc/vmncdec.c
@@ -488,7 +488,7 @@ vmnc_make_buffer (GstVMncDec * dec, GstBuffer * inbuf)
}
if (inbuf) {
- gst_buffer_stamp (buf, inbuf);
+ gst_buffer_copy_metadata (buf, inbuf, GST_BUFFER_COPY_TIMESTAMPS);
}
gst_buffer_set_caps (buf, dec->caps);