gst/gstutils.c: Remove check in gst_pad_query_convert() that src_val must be positive...
authorDavid Schleef <ds@schleef.org>
Wed, 27 Aug 2008 03:04:23 +0000 (03:04 +0000)
committerDavid Schleef <ds@schleef.org>
Wed, 27 Aug 2008 03:04:23 +0000 (03:04 +0000)
commit93f300823f2927c51acd754996dc41d4a108ebac
treeb559334e0ddb37f7691b77ef1ff91d808f69a9a5
parent34087e8b1703558b8a5cb6791e97ea26a539d91d
gst/gstutils.c: Remove check in gst_pad_query_convert() that src_val must be positive, because that's not a requirement.

Original commit message from CVS:
* gst/gstutils.c: Remove check in gst_pad_query_convert() that
src_val must be positive, because that's not a requirement.
This causes problems with converting negative granulepos
values for Dirac.
* gst/gstquery.c: Same, gst_query_new_convert().
ChangeLog
gst/gstquery.c