After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 520899 - New plugin: pcapparse
New plugin: pcapparse
Status: VERIFIED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other All
: Normal normal
: 0.10.9
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-03-07 01:50 UTC by Ole André Vadla Ravnås
Modified: 2008-08-24 13:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
pcapparse_plugin (16.62 KB, patch)
2008-03-07 01:51 UTC, Ole André Vadla Ravnås
none Details | Review
pcapparse_plugin (16.61 KB, patch)
2008-08-24 13:45 UTC, Ole André Vadla Ravnås
committed Details | Review

Description Ole André Vadla Ravnås 2008-03-07 01:50:44 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:
Comment 1 Ole André Vadla Ravnås 2008-03-07 01:51:28 UTC
Created attachment 106746 [details] [review]
pcapparse_plugin

Could need some love and care.
Comment 2 Ole André Vadla Ravnås 2008-08-24 13:45:08 UTC
Created attachment 117300 [details] [review]
pcapparse_plugin

Version updated against configure.ac changes in HEAD.
Comment 3 Ole André Vadla Ravnås 2008-08-24 13:55:42 UTC
	* configure.ac:
	* gst/pcapparse/Makefile.am:
	* gst/pcapparse/gstpcapparse.c:
	* gst/pcapparse/gstpcapparse.h:
	  New plugin: pcapparse (#520899).