[Bug 735952] videorate: GstStructure refcount critical message

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Sep 3 00:20:22 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=735952
  GStreamer | gst-plugins-base | 1.4.0

Robert Swain <robert.swain> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW
     Ever Confirmed|0                           |1

--- Comment #2 from Robert Swain <robert.swain at gmail.com> 2014-09-03 07:20:15 UTC ---
I was trying to find a nice way to reproduce with a simple gst-launch pipeline
like this:

gst-launch-1.0 videotestsrc ! "video/x-raw, width=640, height=480, format=UYVY,
framerate=(fraction)[ 0/1, 30/1 ]" ! videorate ! fakesink

But it seems the caps grammar barfs on that:

0:00:00.025742000 20339    0x1006b5c90 ERROR           GST_PIPELINE
./grammar.y:796:int priv_gst_parse_yyparse(void *, graph_t *): could not parse
caps "video/x-raw,\ width=640,\ height=480,\ format=UYVY,\
framerate=(fraction)[\ 0/1,\ 30/1\ ]"
WARNING: erroneous pipeline: could not parse caps "video/x-raw,\ width=640,\
height=480,\ format=UYVY,\ framerate=(fraction)[\ 0/1,\ 30/1\ ]"

I suspect it's the framerate list but the backtrace should be useful in
identifying the code at least.

-- 
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