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 382571 - Add stdinsrc and stdoutsink
Add stdinsrc and stdoutsink
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: dont know
git master
Other All
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-12-05 11:36 UTC by Baybal Ni
Modified: 2006-12-05 11:41 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description Baybal Ni 2006-12-05 11:36:58 UTC
Add stdinsrc and stdoutsink
Comment 1 Edward Hervey 2006-12-05 11:41:25 UTC
Just use fdsrc and fdsink.

You will notice that the default fd for fdsrc is 0 (stdin), and the default fd for fdsink is 1 (stdout).