[Bug 710034] parse: bison finds conflicts / ambiguities

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Nov 11 05:53:57 PST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=710034
  GStreamer | gstreamer (core) | git

--- Comment #8 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2013-11-11 13:53:53 UTC ---
(In reply to comment #6)
> Created an attachment (id=259029)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=259029)
> grammar_overview.txt

    7 bin: '(' assignments chainlist ')'
    8    | BINREF assignments chainlist ')'

This should be
 | BINREF '(' assignments chainlist ')'
right?

Also I'm missing the "element.pad" and "element." syntax from that grammar, and
maybe the "element::property" syntax but that is probably handled inside the
code.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list