GNOME Bugzilla – Bug 520899
New plugin: pcapparse
Last modified: 2008-08-24 13:55:53 UTC
Please describe the problem: Provides an element pcapparse that supports parsing a pcap stream containing UDP frames based on criteria specified by means of properties. Example use-case: gst-launch-0.10 -v filesrc location=h264crasher.pcap ! pcapparse ! rtph264depay ! ffdec_h264 ! fakesink Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 106746 [details] [review] pcapparse_plugin Could need some love and care.
Created attachment 117300 [details] [review] pcapparse_plugin Version updated against configure.ac changes in HEAD.
* configure.ac: * gst/pcapparse/Makefile.am: * gst/pcapparse/gstpcapparse.c: * gst/pcapparse/gstpcapparse.h: New plugin: pcapparse (#520899).