[Bug 774983] avdec_h264 is not copying metadata to the outputbuffer

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Nov 24 13:27:08 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=774983

--- Comment #6 from parithi <parithi at gmail.com> ---
Sebatian,

I've attached my meta test code. And the changes I did in 
gst-plugins-bad\gst\videoparsers\gsth264parse.c is below.

In gst_h264_parse_pre_push_frame() function, after the statement
       buffer = frame->buffer;

I've added the following code

  {
      guint length = strlen("Test H264 video meta");
      gst_buffer_add_h264_test_meta(buffer, length, "Test H264 video meta");
  }

You can use any .ts file with h264 elementary stream for testing.

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