[Bug 705531] h264parse does not always properly reset when put to STATE_NULL

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Aug 19 05:07:48 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=705531
  GStreamer | gst-plugins-bad | 1.1.3

--- Comment #4 from p.rennert at cs.ucl.ac.uk 2013-08-19 12:07:43 UTC ---
Created an attachment (id=252214)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=252214)
Now with less warnings

I tackled the warnings. There is only one left, which I am not able to resolve:

parseBug.c:316:13: warning: cast to pointer from integer of different size
[-Wint-to-pointer-cast]
     event = (GstEvent*)
gst_video_event_new_upstream_force_key_unit(GST_CLOCK_TIME_NONE, TRUE,
data->cnt);

gst_video_event_new_upstream_force_key_unit is supposed to return a GstEvent*
but it seems to return an int. Anyway, I am think that has no effect since the
pipelines does swap anyway.

Regarding providing a simpler example. This is as simple as I can think of.
Because the bug only happens if the h264parse is reused. And it only happens
with the camera. Using the same pipeline with a filesrc loading an mp4 file,
does not reproduce the problem.

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