gst/gstquery.c: Remove old structure field.

Original commit message from CVS:
* gst/gstquery.c: (gst_query_new_latency):
Remove old structure field.
This commit is contained in:
Wim Taymans 2007-02-02 18:08:32 +00:00
parent a75461ff0d
commit 863a867f81
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-02-02 Wim Taymans,,, <wim@fluendo.com>
* gst/gstquery.c: (gst_query_new_latency):
Remove old structure field.
2007-02-02 Stefan Kost <ensonic@users.sf.net>
* tools/gst-launch.1.in:

View file

@ -557,7 +557,6 @@ gst_query_new_latency (void)
structure = gst_structure_empty_new ("GstQueryLatency");
gst_structure_set (structure,
"live", G_TYPE_BOOLEAN, FALSE,
"upstream-live", G_TYPE_BOOLEAN, FALSE,
"min-latency", G_TYPE_UINT64, (gint64) 0,
"max-latency", G_TYPE_UINT64, (gint64) - 1, NULL);