rtpmux: Set the correct ts-offset on the get_prop value

20070329135250-65035-a43e222d91d57c0a61cb3287586aaa29abf78674.gz
This commit is contained in:
zeeshan.ali@nokia.com 2007-03-29 13:52:50 +00:00 committed by Tim-Philipp Müller
parent 1ee542c378
commit 94ebe07862

View file

@ -395,7 +395,7 @@ gst_rtp_mux_get_property (GObject * object,
g_value_set_uint (value, rtp_mux->clock_rate);
break;
case PROP_TIMESTAMP_OFFSET:
g_value_set_uint (value, rtp_mux->ts_offset);
g_value_set_int (value, rtp_mux->ts_offset);
break;
case PROP_SEQNUM_OFFSET:
g_value_set_int (value, rtp_mux->seqnum_offset);