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 736882 - Element Example: Volume
Element Example: Volume
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-sharp
1.4.0
Other Windows
: Normal normal
: 1.0.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-09-18 11:33 UTC by Tom Deseyn
Modified: 2014-11-08 14:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
volume element (3.18 KB, text/plain)
2014-09-18 11:33 UTC, Tom Deseyn
Details

Description Tom Deseyn 2014-09-18 11:33:11 UTC
Created attachment 286476 [details]
volume element

I am adding a simple Element written in C# here to serve as an example.

The element applies a volume to a S16LE 2 channel audio stream.

I made some modifications to gst-sharp to make somethings possible and fix some issues. See:
https://bugzilla.gnome.org/show_bug.cgi?id=736843
https://bugzilla.gnome.org/show_bug.cgi?id=736852
https://bugzilla.gnome.org/show_bug.cgi?id=736857
https://bugzilla.gnome.org/show_bug.cgi?id=736867
Comment 1 Stephan Sundermann 2014-09-18 13:40:36 UTC
Thanks for the example! I applied it in master and added it to the makefile. Also removed the dependency on System.Threading.Tasks to make it compile with dmcs.